📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
37747.89 KB
0644
🗑️
⬇️
✏️
🔒
Editing: toastr.script.js
(function ($) { "use strict"; toastr.options = { debug: false, newestOnTop: false, positionClass: "toast-bottom-left", closeButton: true, progressBar: true, }; $(".homerDemo1").on("click", function (event) { toastr.info("Info - This is a custom info notification"); }); $(".homerDemo2").on("click", function (event) { toastr.success("Success - This is a success notification"); }); $(".homerDemo3").on("click", function (event) { toastr.warning("Warning - This is a warning notification"); }); $(".homerDemo4").on("click", function (event) { toastr.error("Error - This is a error notification"); }); })(jQuery);
💾 Save Changes