The external script in this page is trivial, but an external script is loaded here and a function is defined, therefore it is nontrivial.
All js should be removed
JS on this page looks like:
<script src="external.js"></script>
<script>
function myAlert () {
alert('internal script');
}
myAlert();
</script>