The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Seems to do it
Code:
var password = fetch_object('fm_login_password'); if(typeof localStorage == 'object'){ window.onload = function(){ setTimeout("if(PassWord = localStorage.getItem('fmpassword')) {password.value = PassWord; password.focus();}", 100) } password.form.onsubmit = function() { localStorage.setItem('fmpassword', password.value); } } else { password.value = ''; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|