Add comments to PHP and JS files
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// Compte à rebours du captcha.
|
||||
var time = 9;
|
||||
|
||||
// Active le bouton lorsque le délai est écoulé.
|
||||
$(window).ready(function() {
|
||||
var interval = setInterval(function() {
|
||||
if (time > 0) {
|
||||
@@ -19,4 +21,3 @@ $(window).ready(function() {
|
||||
}
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user