Browse Source

Add debug option explicitly

JC Brand 12 years ago
parent
commit
66b92fedcb
1 changed files with 2 additions and 1 deletions
  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
             i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
             prebind: false,
             prebind: false,
             show_controlbox_by_default: true,
             show_controlbox_by_default: true,
-            xhr_user_search: false
+            xhr_user_search: false,
+            debug: false
         });
         });
     });
     });
 </script>
 </script>