hot fix advertisement route conflict
This commit is contained in:
@@ -73,7 +73,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
||||
}, 2000);
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = "/data/advertisements/index";
|
||||
window.location.href = "/data/web-advertisements";
|
||||
}, 1000);
|
||||
} else {
|
||||
if (authLogo) {
|
||||
|
||||
@@ -39,7 +39,7 @@ console.log(dropzonePreviewNode);
|
||||
"Upload Files";
|
||||
// Tunggu sebentar lalu reload halaman
|
||||
setTimeout(() => {
|
||||
window.location.href = "/data/advertisements/index";
|
||||
window.location.href = "/data/web-advertisements";
|
||||
}, 2000);
|
||||
});
|
||||
// Listen for the error event
|
||||
|
||||
Reference in New Issue
Block a user