Parcourir la source

Add debug option explicitly

JC Brand il y a 12 ans
Parent
commit
66b92fedcb
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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>