Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#264] Fix export file download in Firefox #463

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

marius-wieschollek
Copy link
Contributor

This pull request is supposed to fix the downloading issues in Firefox (See #264)

jQuery('.download-js-link').remove();
if(winMode===true){setTimeout(function(){ self.URL.revokeObjectURL(anchor.href);}, 250 );}
}, 66);
var element = document.createElement('a');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say the indentation is not really consistent here.

@vwbusguy
Copy link
Contributor

tests are failing, in part, due to #497

@newhinton newhinton merged commit c10fc9e into nextcloud:master Nov 20, 2018
@gjgd gjgd mentioned this pull request Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants