mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Disable JavaScript force-on for forthcoming release.
This commit is contained in:
parent
5a58e844e4
commit
b29bd85274
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user