mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
dont prompt twice on import fool
This commit is contained in:
parent
4b4a121f08
commit
da06ac6fd7
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ var padimpexp = (function()
|
|||
|
||||
addImportFrames();
|
||||
$("#importfileinput").change(fileInputUpdated);
|
||||
$('#importform').submit(fileInputSubmit);
|
||||
$('#importform').unbind("submit").submit(fileInputSubmit);
|
||||
$('.disabledexport').click(cantExport);
|
||||
},
|
||||
handleFrameCall: function(directDatabaseAccess, status)
|
||||
|
|
Loading…
Reference in a new issue