Explorar o código

Fix update page - release

Pressing check for update no longer appends duplicate entries in the branch selection drop down
Sebastien %!s(int64=4) %!d(string=hai) anos
pai
achega
b301376fc6
Modificáronse 2 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/wifi-manager/res/code.js
  2. BIN=BIN
      components/wifi-manager/res/code.js.gz

+ 1 - 0
components/wifi-manager/res/code.js

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

BIN=BIN
components/wifi-manager/res/code.js.gz