firmware: no plugins code works, keep on dev for now

This commit is contained in:
Franco Fichtner 2016-01-08 20:31:55 +01:00
parent e119adf8ba
commit 7c1a2858b6

View File

@ -243,12 +243,11 @@ POSSIBILITY OF SUCH DAMAGE.
);
});
// XXX needs a bit more testing
//if (!data['remote'].length) {
// $('#pluginlist').append(
// '<tr><td colspan=5>{{ lang._('Fetch updates to view available plugins.') }}</td></tr>'
// );
//}
if (!data['remote'].length) {
$('#pluginlist').append(
'<tr><td colspan=5>{{ lang._('Fetch updates to view available plugins.') }}</td></tr>'
);
}
// link buttons to actions
$(".act_reinstall").click(function(event) {