mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
Fix update page - release
Pressing check for update no longer appends duplicate entries in the branch selection drop down
This commit is contained in:
@@ -601,6 +601,7 @@ $(document).ready(function() {
|
||||
|
||||
$('#fwcheck').on("click", function() {
|
||||
$("#releaseTable").html("");
|
||||
$("#fwbranch").empty();
|
||||
$.getJSON(releaseURL, function(data) {
|
||||
var i = 0;
|
||||
var branches = [];
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user