Settings Management - prettier settings added and js files reformatted

pull/4706/head
Ahmet Çotur 5 years ago
parent d8dd4f7468
commit 751ee5b779

@ -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…
Cancel
Save