PDA

View Full Version : [fixed] Real tiny correction in vbcode.js



s.molinari
Sun 28th Apr '02, 6:08pm
Hello,

This line of code I do believe:
window.open("misc.php?action=getsmilies&s"+sessionhash, "smilies", "toolbar=no,scrollbars=yes,resizable=yes,width="+x+",height="+y);

should be as follows:
window.open("misc.php?action=getsmilies&s="+sessionhash, "smilies", "toolbar=no,scrollbars=yes,resizable=yes,width="+x+",height="+y);

Scott

eva2000
Mon 29th Apr '02, 1:50pm
moved ...... :)

Floris
Thu 9th May '02, 9:26am
Cool, fnx for noticing and will update my board with it now :)