mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +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() {
|
$('#fwcheck').on("click", function() {
|
||||||
$("#releaseTable").html("");
|
$("#releaseTable").html("");
|
||||||
|
$("#fwbranch").empty();
|
||||||
$.getJSON(releaseURL, function(data) {
|
$.getJSON(releaseURL, function(data) {
|
||||||
var i = 0;
|
var i = 0;
|
||||||
var branches = [];
|
var branches = [];
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user