瀏覽代碼

fix bug where no default group ID was selected

Chris Mullins 8 年之前
父節點
當前提交
d19e729658
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 == "") {