This commit is contained in:
Jimmy Karl Roland Wärting
2016-05-22 12:16:52 +02:00
parent 967f5c1851
commit 1be5622d52
+1 -1
View File
@@ -127,7 +127,7 @@ var saveAs = saveAs || (function(view) {
} else {
var new_tab = view.open(object_url, "_blank");
if (new_tab === undefined && is_safari) {
//Apple do not allow window.open, see http://bit.ly/1kZffRI
// Apple does not allow window.open, see https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/WorkingwithWindowsandTabs/WorkingwithWindowsandTabs.html
view.location.href = object_url;
}
}