Selaa lähdekoodia

Add debug option explicitly

JC Brand 12 vuotta sitten
vanhempi
commit
66b92fedcb
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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>