The external script in this page is trivial, and the on-page script is trivial.
All js should remain
<script src="external.js"></script> <script> alert('internal script'); </script>
alert("external script");