🎉 Improved Backend Structure & Documentation 🖥️📚
This commit is contained in:
@ -650,7 +650,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
document.getElementById('modal-optimize-db').addEventListener('click', optimizeDatabase);
|
||||
document.getElementById('modal-create-backup').addEventListener('click', createBackup);
|
||||
document.getElementById('modal-advanced-settings').addEventListener('click', function() {
|
||||
window.location.href = '{{ url_for("admin_settings") }}';
|
||||
window.location.href = '{{ url_for("optimization_settings") }}';
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user