mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Fix typo.
This commit is contained in:
parent
6da6a7f0d8
commit
9e9cbd5ffa
3 changed files with 9 additions and 9 deletions
|
@ -35,8 +35,8 @@ var padmodals = (function()
|
|||
{
|
||||
$("#connectivity .visible").removeClass('visible');
|
||||
$("#connectivity ."+messageId).addClass('visible');
|
||||
padeditbar.toogleDropDown("none", function() {
|
||||
padeditbar.toogleDropDown("connectivity");
|
||||
padeditbar.toggleDropDown("none", function() {
|
||||
padeditbar.toggleDropDown("connectivity");
|
||||
});
|
||||
},
|
||||
showOverlay: function(duration) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue