Quote:
Originally Posted by majorj0nny
this seems to have changed in vb3.5 for some reason...
now on accessing a new reply to a thread that's images have been successfully resized - it brings up errors on page as follows :
anyone have any ideas ?
|
ok seems to have fixed this ... for some reason it no longer liked
<body onload="editInit();fiImageResize();">
in the newreply/newthread bits...
instead I used
<body onload="$onload; fiImageResize()">
which worked fine.