mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
git-svn-id: file:///svn/phpbb/trunk@8193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
be73d432d5
commit
c9436762c7
4 changed files with 28 additions and 28 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<!-- IF S_TIME -->
|
<!-- IF S_TIME -->
|
||||||
onload_functions.push('disable(true, "agreed")');
|
onload_functions.push('disable(true, "agreed")');
|
||||||
setTimeout('disable(false, "agreed")', {S_TIME});
|
setInterval('disable(false, "agreed")', {S_TIME});
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<!-- IF S_TIME -->
|
<!-- IF S_TIME -->
|
||||||
onload_functions.push('disable(true, "submit")');
|
onload_functions.push('disable(true, "submit")');
|
||||||
setTimeout('disable(false, "submit")', {S_TIME});
|
setInterval('disable(false, "submit")', {S_TIME});
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
// ]]>
|
// ]]>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<!-- IF S_TIME -->
|
<!-- IF S_TIME -->
|
||||||
window.onload = disable_and_handle;
|
window.onload = disable_and_handle;
|
||||||
setTimeout("disable(false)", {S_TIME});
|
setInterval("disable(false)", {S_TIME});
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<!-- IF S_TIME -->
|
<!-- IF S_TIME -->
|
||||||
window.onload = disable_and_handle;
|
window.onload = disable_and_handle;
|
||||||
setTimeout("disable(false)", {S_TIME});
|
setInterval("disable(false)", {S_TIME});
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue