mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
firmware: no plugins code works, keep on dev for now
This commit is contained in:
parent
e119adf8ba
commit
7c1a2858b6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user