mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fix error on focus remove from import/export
This commit is contained in:
parent
c1ef3f4801
commit
54bf17bfea
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ var padeditbar = (function()
|
||||||
|
|
||||||
if(module.css('display') != "none")
|
if(module.css('display') != "none")
|
||||||
{
|
{
|
||||||
$("#" + modules[i] + "link").removeClass("selected");
|
$("#" + module[i] + "link").removeClass("selected");
|
||||||
module.slideUp("fast", cb);
|
module.slideUp("fast", cb);
|
||||||
returned = true;
|
returned = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue