ace2_inner: reformatting, no functional changes

pull/3941/head
John McLear 2020-04-21 15:02:58 +00:00
parent c9a9b7ae42
commit de09b9a410
1 changed files with 6 additions and 1 deletions

View File

@ -248,7 +248,12 @@ var padimpexp = (function()
{
importFailed(status);
}
if(directDatabaseAccess) pad.switchToPad(clientVars.padId);
if (directDatabaseAccess) {
// Switch to the pad without redrawing the page
pad.switchToPad(clientVars.padId);
}
importDone();
},
disable: function()