From e6d5830f331ec1520985a0720643c3528a90b01b Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 23 May 2025 20:39:47 +0900 Subject: [PATCH] remove old toast config --- public/script.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/public/script.js b/public/script.js index 42923e191..257c60c68 100644 --- a/public/script.js +++ b/public/script.js @@ -314,20 +314,6 @@ await new Promise((resolve) => { }); // Configure toast library: -/* toastr.options.escapeHtml = true; // Prevent raw HTML inserts -toastr.options.timeOut = 4000; // How long the toast will display without user interaction -toastr.options.extendedTimeOut = 10000; // How long the toast will display after a user hovers over it -toastr.options.progressBar = false; // Visually indicate how long before a toast expires. -toastr.options.closeButton = false; // enable a close button -toastr.options.hideEasing = 'linear'; -toastr.options.showEasing = 'linear'; -toastr.options.showMethod = 'fadeIn'; -toastr.options.hideMethod = 'fadeOut'; -toastr.options.showDuration = 1000; -toastr.options.hideDuration = 1000; */ -//toastr.options.positionClass = power_user.toastr_position; // Where to position the toast container - - toastr.options = { 'closeButton': false, 'progressBar': false,