From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Wed Mar 11 22:43:28 EDT 2020 Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [185.230.222.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id a3035638 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 11 Mar 2020 19:43:20 -0700 (PDT) Message-ID: <2875F51F9970E48E1482121F50F388DD@eigenstate.org> To: kokamoto@hera.eonet.ne.jp, 9front@9front.org Subject: Re: [9front] adding javascript enable to netsurf Date: Wed, 11 Mar 2020 19:43:19 -0700 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: interface CSS-scale rails-scale just-in-time-scale controller > However, it dosn't process javascript at now.☺ You mentioned this comment earlier: /** TODO: Forces JS on for our testing, needs changing before a release * lest we incur the wrath of others. */ /* Disabled force-on for forthcoming release */ /* nsoption_set_bool(enable_javascript, true); */ I think they're saying that to turn on Javascript, you need to change it to this: /** 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);