mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04: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();
|
$("#modaloverlay").hide();
|
||||||
});
|
});
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
return self;
|
return self;
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue