mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
ace2_inner: reformatting, no functional changes
This commit is contained in:
parent
c9a9b7ae42
commit
de09b9a410
1 changed files with 6 additions and 1 deletions
|
@ -248,7 +248,12 @@ var padimpexp = (function()
|
||||||
{
|
{
|
||||||
importFailed(status);
|
importFailed(status);
|
||||||
}
|
}
|
||||||
if(directDatabaseAccess) pad.switchToPad(clientVars.padId);
|
|
||||||
|
if (directDatabaseAccess) {
|
||||||
|
// Switch to the pad without redrawing the page
|
||||||
|
pad.switchToPad(clientVars.padId);
|
||||||
|
}
|
||||||
|
|
||||||
importDone();
|
importDone();
|
||||||
},
|
},
|
||||||
disable: function()
|
disable: function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue