1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00
git-svn-id: file:///svn/phpbb/trunk@8193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-10-14 22:59:54 +00:00
parent be73d432d5
commit c9436762c7
4 changed files with 28 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
<!-- IF S_TIME -->
onload_functions.push('disable(true, "agreed")');
setTimeout('disable(false, "agreed")', {S_TIME});
setInterval('disable(false, "agreed")', {S_TIME});
<!-- ENDIF -->
// ]]>
</script>

View File

@@ -26,7 +26,7 @@
<!-- IF S_TIME -->
onload_functions.push('disable(true, "submit")');
setTimeout('disable(false, "submit")', {S_TIME});
setInterval('disable(false, "submit")', {S_TIME});
<!-- ENDIF -->
// ]]>

View File

@@ -21,7 +21,7 @@
<!-- IF S_TIME -->
window.onload = disable_and_handle;
setTimeout("disable(false)", {S_TIME});
setInterval("disable(false)", {S_TIME});
<!-- ENDIF -->
// ]]>
</script>

View File

@@ -29,7 +29,7 @@
<!-- IF S_TIME -->
window.onload = disable_and_handle;
setTimeout("disable(false)", {S_TIME});
setInterval("disable(false)", {S_TIME});
<!-- ENDIF -->
// ]]>
</script>