I have my JavaScript code in external documents and link to my pages in the footer of my site. All of a sudden one of those external code pages are no longer working.
What could have happened to make those stop working?
Here is the code in the global footer -
I can't find anything at all that has changed recently to have made it stop connecting to the mvscreen.js file.
Can anyone out there give me a hint?
What could have happened to make those stop working?
Here is the code in the global footer -
Code:
<script type="text/javascript" src="../js/plugins.js"></script> <script type="text/javascript" src="../js/mvscreen.js"></script> <script type="text/javascript" src="../js/slides.min.jquery.js"></script> <script type="text/javascript" src="../js/jquery.easing.1.3.js"></script>
Can anyone out there give me a hint?
Comment