firmware: sync packages/plugin again after fetch

This commit is contained in:
Franco Fichtner 2016-01-13 08:20:09 +01:00
parent 58d012701d
commit 25f298ca29

View File

@ -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();
});
}