浏览代码

Add debug option explicitly

JC Brand 12 年之前
父节点
当前提交
66b92fedcb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -167,7 +167,8 @@
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
             prebind: false,
             show_controlbox_by_default: true,
-            xhr_user_search: false
+            xhr_user_search: false,
+            debug: false
         });
     });
 </script>