Quote:
Originally Posted by almannai
this been answered before.
seach for
PHP Code:
setTimeout("force_expand();",500);
change it to
PHP Code:
force_expand();
|
The only place I found this was in a template named sidebarext_temp
I changed it to just force_expand(); and it was still popping up and closing...
I also tried setTimeout("force_expand(); and its still popping up and closing....
What am I doing wrong?
Thanks!