mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Remove trailing comma added in e661f653b1
. Fixes #733.
This commit is contained in:
parent
bd07589e0f
commit
9def552d3c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var padmodals = (function()
|
|||
{
|
||||
$("#modaloverlay").hide();
|
||||
});
|
||||
},
|
||||
}
|
||||
};
|
||||
return self;
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue