mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Merge pull request #838 from redhog/master
Bug workaround for plugin manager
This commit is contained in:
commit
071ddefc39
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ $(document).ready(function () {
|
|||
socket.on('installed-results', function (data) {
|
||||
$("#installed-plugins *").remove();
|
||||
for (plugin_name in data.results) {
|
||||
if (plugin_name == "ep_etherpad-lite") continue; // Hack...
|
||||
var plugin = data.results[plugin_name];
|
||||
var row = $("#installed-plugin-template").clone();
|
||||
|
||||
|
|
Loading…
Reference in a new issue