mirror of https://github.com/abpframework/abp.git
2 changed files with 9 additions and 5 deletions
@ -0,0 +1,4 @@ |
|||
{ |
|||
"singleQuote": true, |
|||
"useTabs": true |
|||
} |
|||
@ -1,7 +1,7 @@ |
|||
(function ($) { |
|||
var l = abp.localization.getResource('AbpSettingManagement'); |
|||
var l = abp.localization.getResource('AbpSettingManagement'); |
|||
|
|||
$(document).on("AbpSettingSaved", function () { |
|||
abp.notify.success(l("SuccessfullySaved")); |
|||
}); |
|||
})(jQuery); |
|||
$(document).on('AbpSettingSaved', function () { |
|||
abp.notify.success(l('SuccessfullySaved')); |
|||
}); |
|||
})(jQuery); |
|||
|
|||
Loading…
Reference in new issue