mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
git-svn-id: file:///svn/phpbb/trunk@8193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user