Procházet zdrojové kódy

fix bug where no default group ID was selected

Chris Mullins před 8 roky
rodič
revize
d19e729658
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 == "") {