Skip to content

Commit

Permalink
Quick hack to hide ep_etherpad-lite in plugin list
Browse files Browse the repository at this point in the history
  • Loading branch information
Egil Moeller committed Jul 5, 2012
1 parent d59956b commit 799a576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/static/js/admin/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 799a576

Please sign in to comment.