/var/www/vhosts/bsbdokum.com.tr/httpdocs/admin/assets/js/pages/features/miscellaneous
NameSizeModeActions
blockui.js77090644editdlrm
blockui.min.js42460644editdlrm
bootstrap-notify.js33100644editdlrm
bootstrap-notify.min.js18150644editdlrm
cropper.js40820644editdlrm
cropper.min.js23540644editdlrm
dual-listbox.js32070644editdlrm
dual-listbox.min.js16100644editdlrm
idle-timer.js89090644editdlrm
idle-timer.min.js44750644editdlrm
kanban-board.js180130644editdlrm
kanban-board.min.js121810644editdlrm
perfect-scrollbar.js3340644editdlrm
perfect-scrollbar.min.js1080644editdlrm
session-timeout.js8640644editdlrm
session-timeout.min.js4660644editdlrm
sticky-panels.js7300644editdlrm
sticky-panels.min.js3020644editdlrm
sweetalert2.js41330644editdlrm
sweetalert2.min.js29740644editdlrm
toastr.js55010644editdlrm
toastr.min.js24900644editdlrm
treeview.js100060644editdlrm
treeview.min.js34990644editdlrm
Edit: /var/www/vhosts/bsbdokum.com.tr/httpdocs/admin/assets/js/pages/features/miscellaneous/toastr.min.js (2490B)
"use strict";var KTToastrDemo=function(){var t=function(){var t,o=-1,e=0;$("#showtoast").click((function(){var n,a=$("#toastTypeGroup input:radio:checked").val(),i=$("#message").val(),s=$("#title").val()||"",r=$("#showDuration"),l=$("#hideDuration"),c=$("#timeOut"),u=$("#extendedTimeOut"),p=$("#showEasing"),d=$("#hideEasing"),h=$("#showMethod"),v=$("#hideMethod"),g=e++,f=$("#addClear").prop("checked");toastr.options={closeButton:$("#closeButton").prop("checked"),debug:$("#debugInfo").prop("checked"),newestOnTop:$("#newestOnTop").prop("checked"),progressBar:$("#progressBar").prop("checked"),positionClass:$("#positionGroup input:radio:checked").val()||"toast-top-right",preventDuplicates:$("#preventDuplicates").prop("checked"),onclick:null},$("#addBehaviorOnToastClick").prop("checked")&&(toastr.options.onclick=function(){alert("You can perform some custom action after a toast goes away")}),r.val().length&&(toastr.options.showDuration=r.val()),l.val().length&&(toastr.options.hideDuration=l.val()),c.val().length&&(toastr.options.timeOut=f?0:c.val()),u.val().length&&(toastr.options.extendedTimeOut=f?0:u.val()),p.val().length&&(toastr.options.showEasing=p.val()),d.val().length&&(toastr.options.hideEasing=d.val()),h.val().length&&(toastr.options.showMethod=h.val()),v.val().length&&(toastr.options.hideMethod=v.val()),f&&(i=function(t){return t=t||"Clear itself?",t+'

'}(i),toastr.options.tapToDismiss=!1),i||(++o===(n=["New order has been placed!","Are you the six fingered man?","Inconceivable!","I do not think that means what you think it means.","Have fun storming the castle!"]).length&&(o=0),i=n[o]),$("#toastrOptions").text("toastr.options = "+JSON.stringify(toastr.options,null,2)+";\n\ntoastr."+a+'("'+i+(s?'", "'+s:"")+'");');var k=toastr[a](i,s);t=k,void 0!==k&&(k.find("#okBtn").length&&k.delegate("#okBtn","click",(function(){alert("you clicked me. i was toast #"+g+". goodbye!"),k.remove()})),k.find("#surpriseBtn").length&&k.delegate("#surpriseBtn","click",(function(){alert("Surprise! you clicked me. i was toast #"+g+". You could perform an action here.")})),k.find(".clear").length&&k.delegate(".clear","click",(function(){toastr.clear(k,{force:!0})})))})),$("#clearlasttoast").click((function(){toastr.clear(t)})),$("#cleartoasts").click((function(){toastr.clear()}))};return{init:function(){t()}}}();jQuery(document).ready((function(){KTToastrDemo.init()}));