The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Code:
vBpagenav.prototype.form_gotopage = function(e)
{
if ((pagenum = parseInt(fetch_object('pagenav_itxt').value, 10)) > 0)
{
window.location = this.addr + '&page=' + pagenum;
}
return false;
};
PHP Code:
Hmm it does seem to work. Nvm |
|
#2
|
|||
|
|||
|
Maybe try setting it to null to erase the anonymous function then reassigning it.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|