Closed giacomoalbe closed 9 years ago
It didn't work because the script
tag was not closed properly:
<script src="endev.full.js"></script>
So in other words, everything after opening of the script tag was considered to be part of the script and that's why nothing got rendered.