Selaa lähdekoodia

fix bug where no default group ID was selected

Chris Mullins 8 vuotta sitten
vanhempi
commit
d19e729658
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      data/web/index.html

+ 1 - 1
data/web/index.html

@@ -133,7 +133,7 @@
   
     var activeUrl = function() {
       var deviceId = $('#deviceId option:selected').val()
-        , groupId = $('#groupId input:checked').data('value')
+        , groupId = $('#groupId .active input').data('value')
         , mode = getCurrentMode();
         
       if (deviceId == "") {