Browse Source

fix bug where no default group ID was selected

Chris Mullins 8 years ago
parent
commit
d19e729658
1 changed files with 1 additions and 1 deletions
  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 == "") {