Page 1 of 1

loader.js included twice

Posted: Mon May 21, 2018 4:39 pm
by Timo
loader.js is included twice by nuBuilder in index.php, the first time with no closing </script> tag.

Code: Select all

<!DOCTYPE html>
<html onclick="nuClick(event)">

<head>
<title>TP Portal</title>
<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"><script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
Check done with https://www.freeformatter.com/html-validator.html

Re: loader.js included twice

Posted: Mon May 21, 2018 4:44 pm
by Timo
The html validator also reports a stray end tag “script”

Code: Select all

From line 159, column 1 to line 159, column 9
Code Extract:
</script></script>↩<sty

Code: Select all

</script>   <---- here!

</head>

<body id='nubody' onload="nuLoad()" onresize="nuResize()">

</body>

</html>


Re: loader.js included twice

Posted: Mon Jun 04, 2018 8:25 am
by Timo
Should I report these kind of "issue" on github?

Re: loader.js included twice

Posted: Wed Jul 04, 2018 8:20 am
by Timo
Can this be closed?

Re: loader.js included twice

Posted: Thu Jul 05, 2018 1:16 am
by admin
.