Jquery + Stats problem

proxydesign

Visiolist-Fan
Hello,

When I add the Jquery code to wrapper.html, the stats page gets fucked up.
HTML:
<script src="modern-ticker/js/jquery-1.9.0.min.js" type="text/javascript"></script>
        <script src="modern-ticker/js/jquery.modern-ticker.min.js" type="text/javascript"></script>
This is how the stats looks after applying the Jquery-code to <head></head>.
___________________________________________________________



How can I solve this?
Thank you :)
 

Basti

Administrator
Staff member
Code:
<script src="modern-ticker/js/jquery-1.9.0.min.js" type="text/javascript"></script>
remove that, we automatical load jquery core file already. But its version 1.4.4 , we need to update that to on a sidenote :).

First test if all works correctly ( overall stats + modern ticker ) if you remove that line, if not ill tell you other possible methods.

Also, alot users had this issue that they havent read vl 0.9 update instructions correctly, make sure you dont have #3 of http://visiolist.com/docs/VisioList-09-Version-Info in wrapper anymore, as that breaks the overall stats as well. So might also be that issue, but generally you dont need to include jquery core again
 
Top