We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37f5e7 commit cfd5347Copy full SHA for cfd5347
index.php
@@ -101,7 +101,7 @@
101
/* Add Files Script*/
102
myDropzone.on("success", function(file, message){
103
$("#msg").html(message);
104
- //setTimeout(function(){window.location.href="index.php"},800);
+ setTimeout(function(){window.location.href="index.php"},800);
105
});
106
107
myDropzone.on("error", function (data) {
0 commit comments