@greenscript.js(output="all") doesn't display the inline javascripts. Eg. the javascript in the following code is missing from the generated html: @greenscript.js() { alert("hello"); }
@greenscript.js(output="all") doesn't display the inline javascripts.
Eg. the javascript in the following code is missing from the generated html:
@greenscript.js() {
alert("hello");
}