Disable JavaScript force-on for forthcoming release.

This commit is contained in:
Michael Drake 2016-01-21 22:15:14 +00:00
parent 5a58e844e4
commit b29bd85274
1 changed files with 3 additions and 1 deletions

View File

@ -337,7 +337,9 @@ void js_initialise(void)
/** TODO: Forces JS on for our testing, needs changing before a release
* lest we incur the wrath of others.
*/
nsoption_set_bool(enable_javascript, true);
/* Disabled force-on for forthcoming release */
/* nsoption_set_bool(enable_javascript, true);
*/
javascript_init();
}