loader.js included twice
Posted: Mon May 21, 2018 4:39 pm
loader.js is included twice by nuBuilder in index.php, the first time with no closing </script> tag.
Check done with https://www.freeformatter.com/html-validator.html
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>