New updater with default setting -> only stable releases #653

This commit is contained in:
Ozzieisaacs
2019-01-20 17:45:42 +01:00
parent 62574939b2
commit bacb6fb561
8 changed files with 556 additions and 330 deletions

View File

@ -120,7 +120,7 @@ $(function() {
.removeClass("hidden")
.find("span").html(data.commit);
data.history.reverse().forEach(function(entry) {
data.history.forEach(function(entry) {
$("<tr><td>" + entry[0] + "</td><td>" + entry[1] + "</td></tr>").appendTo($("#update_table"));
});
cssClass = "alert-warning";