Commit 25f298ca authored by Franco Fichtner's avatar Franco Fichtner

firmware: sync packages/plugin again after fetch

parent 58d01270
......@@ -53,6 +53,7 @@ POSSIBILITY OF SUCH DAMAGE.
// unhide upgrade button
$("#upgrade").attr("style","");
// show upgrade list
$("#updatelist").html("<tr><th>{{ lang._('Package Name') }}</th>" +
"<th>{{ lang._('Current Version') }}</th><th>{{ lang._('New Version') }}</th></tr>");
......@@ -74,6 +75,8 @@ POSSIBILITY OF SUCH DAMAGE.
});
}
// update list so plugins sync as well
packagesInfo();
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment