remove old toast config

e6d5830f331ec1520985a0720643c3528a90b01b

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +0 -14Ignore whitespace
public/script.js+0 -14
@@ -314,20 +314,6 @@ await new Promise((resolve) => {
314314});
315315
316316// Configure toast library:
317-/* toastr.options.escapeHtml = true; // Prevent raw HTML inserts
318-toastr.options.timeOut = 4000; // How long the toast will display without user interaction
319-toastr.options.extendedTimeOut = 10000; // How long the toast will display after a user hovers over it
320-toastr.options.progressBar = false; // Visually indicate how long before a toast expires.
321-toastr.options.closeButton = false; // enable a close button
322-toastr.options.hideEasing = 'linear';
323-toastr.options.showEasing = 'linear';
324-toastr.options.showMethod = 'fadeIn';
325-toastr.options.hideMethod = 'fadeOut';
326-toastr.options.showDuration = 1000;
327-toastr.options.hideDuration = 1000; */
328-//toastr.options.positionClass = power_user.toastr_position; // Where to position the toast container
329-
330-
331317toastr.options = {
332318 'closeButton': false,
333319 'progressBar': false,