Trying on ***SPAM***, iPad and Galaxy II to access the login form on the admin page
Whenever the username field is focussed, the page reloads.
It is this piece of code I have now removed from /lists/js and /lists/admin/js
- Code: Select all
function handleResize() {
if (((initWidth != window.innerWidth) || (initHeight != window.innerHeight)) && (typeof disableReload == "undefined")) {
location.reload();
}
return false;
}
Perhaps this could be brought into a millennium where NS4 is not used by actual people?
Thanks