
Originally Posted by
SilverHD
rbarbour:
I am not quite up to snuff on what you are talking about. The best I can do is if you could tell me what two files you are talking about and then eliminate one of them and see what happens??
Silver
Code:
<script type="text/javascript" src="includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight-min.js"></script>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));</script>
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript type="text/javascript" src="includes/templates/responsive_sheffield_blue/jscript/jquery.min.js"%3E%3C/script%3E'));</script>
notice
Code:
jscript_matchHeight-min.js
is being called before jquery
but even further down the page another call to jquery is being called
Code:
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
Bookmarks