Home Forums RaidPlanner Discussions Bug reports popup not working Reply To: popup not working

#198
Anonymous
Inactive

hm… interesting…
with the “fix”
var RE_VERSION = /^1.3/;
if ((RE_VERSION.test(MooTools.version)) && (typeof(SqueezeBox)!=’undefined’)) {
it doesn’t work. With the standard line
if ((MooTools.version >=’1.3′) && (typeof(SqueezeBox)!=’undefined’)) {
it works

 

Comments are closed.