mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
firmware: sync packages/plugin again after fetch
This commit is contained in:
parent
58d012701d
commit
25f298ca29
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user