Site Not Loading in Opera 12
-
braddalton last edited by
Not sure why but it loads in Opera 23.0.1522.75 but not in 12 which just ends in a permanent redirect.
-
atasas last edited by admin
Personally gone back to build 10.10- works better, than 12.0 and tons better, than 23.0 builds!
links are there
https://forums.opera.com/topic/4549/opera-final-failure-bookmarks/4 -
blackbird71 last edited by
There's something in the site's JavaScript causing a perpetual reload or redirect loop in Opera 12. If you disable JavaScript, the page appears to load, although I can't attest to its full functionality.
-
braddalton last edited by
Thanks all
Looks like the Javascript is causing the problem @blackbird71
I did disable all plugins so it may be caused Github Gists.
Cheers
-
braddalton last edited by
Not sure why google Analytics and WordPress stats are causing errors
<script>
99 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
100 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
=====================================^
lint warning: missing semicolon
======================================^
lint warning: multiple statements separated by commas (use semicolons?)
===============================================================================^
lint warning: multiple statements separated by commas (use semicolons?)
101 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
102 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
103
104 ga('create', 'UA-16307861-58', 'auto');
105 ga('send', 'pageview');
106
107 </script><script src="http://stats.wp.com/e-201434.js" type="text/javascript"></script>
122 <script type="text/javascript">
123 st_go({v:'ext',j:'1:3.1.1',blog:'19994504',post:'0',tz:'0'});
124 var load_cmc = function(){linktracker_init(19994504,0,2);};
125 if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
===========================================^
lint warning: block statement without curly braces
126 else load_cmc();
======^
lint warning: block statement without curly braces
127 </script></body>
128 </html>