Fix update page - release

Pressing check for update no longer appends duplicate entries in the branch selection drop down
This commit is contained in:
Sebastien
2020-10-09 06:51:32 -04:00
parent 262f5ff3e7
commit b301376fc6
2 changed files with 1 additions and 0 deletions

View File

@@ -601,6 +601,7 @@ $(document).ready(function() {
$('#fwcheck').on("click", function() {
$("#releaseTable").html("");
$("#fwbranch").empty();
$.getJSON(releaseURL, function(data) {
var i = 0;
var branches = [];