template/wordpress/footer.php in edge_framework-0.8.1 vs template/wordpress/footer.php in edge_framework-0.9.0

- old
+ new

@@ -5,11 +5,11 @@ <!-- Google's Hosted JQuery --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> // Use local jquery, if Google's one fails to load - if (typeof jQuery == 'undefined') { - document.write(unescape("%3Cscript src='<?php echo js(); ?>/vendor/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); + if (typeof jQuery == "undefined") { + document.write(unescape("%3Cscript src='<?php js(); ?>/vendor/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); } </script> <script type="text/javascript" src="<?php echo js(); ?>/app.js"></script> </body> </html> \ No newline at end of file