type="text/javascript"Updated: September 30th, 2018
Created: 23/01/18V6.9.7 :: V6.10.1 :: V6.10.3
Validation Warning: Not required in HTML5
[/rsc/js/build/evo_frontoffice.bmin.js]
[https://calstock.org.uk/rsc/js/jquery.min.js]
[https://calstock.org.uk/rsc/js/functions.js]
[https://calstock.org.uk/rsc/js/rollovers.js]
I have discovered four instances of [type="text/javascript"] which are not required in HTML5 and can't find where to edit them out.
1. invokes the function.
2. With a little more savvy I found in [inc/_core/template.funcs.php]
Line 1065 and made changes as follows:
Line 1102 in v6.10.1 and 6.10.2
Line 1135 in v6.10.3
From
$script_tag = '<script type="text/javascript"';
To
$script_tag = '<script ';
Pages: 1· 2