stats pages

cajkan

Active Member
I belive its double javascript :

Code:
        <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
                            <script type="text/javascript" src="js/jquery-ui-1.8.20.custom.min.js"></script>
VL already includes javascript so you dont need to add another one, same problem happened to me but Basti cleared some stuff for me ;)

If you can also notice, in categories text dont move to left,

Try to remove 1 line of javascript from wrapper and test if it works.
 

Mark

Administrator
Staff member
See this?
<base href="http://browser-top250.info//" />

you have included a trailing slash in your settings / so all of your urls have // which is not good. You should be able to easily fix this by correcting it your admin settings -> Visiolist URl.
 

top250

Member
i have removed the // end url looks like it shut be

but the stats problem is still there end the solution cajkan give i can not find it in wrapper.html ??
so maybe i do something wrong ??
 

Basti

Administrator
Staff member
Cajkan msg wasnt a solution, he mistook it. What he quoted in his post are 2 required javascript files.

Looks like there is something else going on, clearly the javascript on the overall stats page is breaking for some reason
 
Top