mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Dont use jquery in import handler (#4153)
I think jQ3 update broke imports a bit, so this removes jQuery and also ensures only .etherpad does reload of page.
This commit is contained in:
parent
27c56109c7
commit
a3386e3e55
2 changed files with 2 additions and 10 deletions
|
@ -244,6 +244,7 @@ var padimpexp = (function()
|
|||
},
|
||||
handleFrameCall: function(directDatabaseAccess, status)
|
||||
{
|
||||
if(directDatabaseAccess === "undefined") directDatabaseAccess = false;
|
||||
if (status !== "ok")
|
||||
{
|
||||
importFailed(status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue