Prechádzať zdrojové kódy

fix bug where no default group ID was selected

Chris Mullins 8 rokov pred
rodič
commit
d19e729658
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 == "") {