Fix exporting on Firefox. #968
This commit is contained in:
parent
fd587bff22
commit
2be289a0ef
@ -388,9 +388,9 @@ Settings =
|
|||||||
a.click()
|
a.click()
|
||||||
return
|
return
|
||||||
# XXX Firefox won't let us download automatically.
|
# XXX Firefox won't let us download automatically.
|
||||||
output = @parentNode.nextElementSibling
|
p = $ '.imp-exp-result', Settings.dialog
|
||||||
output.innerHTML = null
|
p.innerHTML = null
|
||||||
$.add output, a
|
$.add p, a
|
||||||
import: ->
|
import: ->
|
||||||
@nextElementSibling.click()
|
@nextElementSibling.click()
|
||||||
onImport: ->
|
onImport: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user