I have some mistake with javascript works some time dosent work some time
can see options and profile in certain thread and can't in other

missing some image and missing link to admin cp etc...
Quote:
Erreur : fetch_object("pagenav_form") has no properties
Fichier source : /forums/clientscript/vbulletin_global.js?v=363
Ligne : 1713
|
Quote:
// process the pagenavs popup form
if (typeof addr != 'undefined')
{
fetch_object('pagenav_form').addr = addr;
fetch_object('pagenav_form').gotopage = vBpagenav.prototype.form_gotopage;
fetch_object('pagenav_ibtn').onclick = vBpagenav.prototype.ibtn_onclick;
fetch_object('pagenav_itxt').onkeypress = vBpagenav.prototype.itxt_onkeypress;
}
// activate the menu system
vBmenu.activate(true);
}
return true;
}
|