Commit Graph
2 Commits
Author SHA1 Message Date
Jordan 5cc55bb4f7 Updated to reflect Firefox extra tab fix on FileSaver.js
Reference #e2dd8c4b22
2013-06-24 19:11:58 -07:00
Jordan e2dd8c4b22 Fixed unnecessary extra tab from opening on Firefox
Removed reference to target_view = view.open() to prevent the new tab
from opening. Instead catching this case within the fs_error function
with an else statement, so if no target_view: window.open() and pass
the target of "_blank" to allow dataURL to open in new tab rather than
steal the current window.
2013-06-24 19:04:32 -07:00