Add debug option explicitly

This commit is contained in:
JC Brand 2013-08-15 20:43:39 +02:00
parent 7e0f538029
commit 66b92fedcb

View File

@ -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>