mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
cleaned the dropdown code a lot
This commit is contained in:
parent
271ee1776b
commit
cbbb0a4ed1
2 changed files with 45 additions and 49 deletions
|
@ -3464,6 +3464,9 @@ function OUTER(gscope)
|
|||
|
||||
function handleClick(evt)
|
||||
{
|
||||
//hide the dropdowns
|
||||
window.top.padeditbar.toogleDropDown("none");
|
||||
|
||||
inCallStack("handleClick", function()
|
||||
{
|
||||
idleWorkTimer.atMost(200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue