Browse Source

Add debug option explicitly

JC Brand 12 năm trước cách đây
mục cha
commit
66b92fedcb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>