One Hat Cyber Team
Your IP :
216.73.216.55
Server IP :
5.189.175.239
Server :
Linux panel.gemx-ai.com 5.14.0-570.19.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 4 04:00:24 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
farmersapp
/
sms.farmersapp.store
/
backend
/
js
/
View File Name :
sstoast.js
$(document).ready(function() { toastr.options = { "closeButton": true, // true/false "debug": false, // true/false "newestOnTop": false, // true/false "progressBar": false, // true/false "positionClass": "toast-top-right", // toast-top-right / toast-top-left / "preventDuplicates": false, "onclick": null, "showDuration": "300", // in milliseconds "hideDuration": "1000", // in milliseconds "timeOut": "5000", // in milliseconds "extendedTimeOut": "1000", // in milliseconds "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } //=============Sticky header============== }); function successMsg(msg) { toastr.success(msg); } function errorMsg(msg) { toastr.error(msg); } function infoMsg(msg) { toastr.info(msg); } function warningMsg(msg) { toastr.warning(msg); } // header afix//