Skip to content

Commit cfd5347

Browse files
authored
Update index.php
1 parent b37f5e7 commit cfd5347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
/* Add Files Script*/
102102
myDropzone.on("success", function(file, message){
103103
$("#msg").html(message);
104-
//setTimeout(function(){window.location.href="index.php"},800);
104+
setTimeout(function(){window.location.href="index.php"},800);
105105
});
106106

107107
myDropzone.on("error", function (data) {

0 commit comments

Comments
 (0)