Cleanup temp files and return to upload page after editing.
This commit is contained in:
@@ -148,6 +148,7 @@ function editor() {
|
||||
.then(response => response.json()) // convert to json
|
||||
.then(json => {
|
||||
console.log(json);
|
||||
window.location = '/uploads.html';
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user