1 |
- (function(n){n(["toastr","abp-web-resources"],function(n,t){return function(){if(n&&t){n.options.positionClass="toast-bottom-right";var i=function(t,i,r,u){n[t](i,r,u)};return t.notify.success=function(n,t,r){i("success",n,t,r)},t.notify.info=function(n,t,r){i("info",n,t,r)},t.notify.warn=function(n,t,r){i("warning",n,t,r)},t.notify.error=function(n,t,r){i("error",n,t,r)},t}}()})})(typeof define=="function"&&define.amd?define:function(n,t){typeof module!="undefined"&&module.exports?module.exports=t(require("toastr"),require("abp-web-resources")):window.abp=t(window.toastr,window.abp)});
|