Explorar el Código

fix bug where no default group ID was selected

Chris Mullins hace 8 años
padre
commit
d19e729658
Se han modificado 1 ficheros con 1 adiciones y 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 == "") {