Explorar o código

fix bug where no default group ID was selected

Chris Mullins %!s(int64=8) %!d(string=hai) anos
pai
achega
d19e729658
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 == "") {