We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c0f80 + 075c485 commit 8e5bbbfCopy full SHA for 8e5bbbf
src/AbpCompanyName.AbpProjectName.WebMpa/js/main.js
@@ -1,5 +1,5 @@
1
-(function($) {
2
-
+(function ($) {
+
3
//Notification handler
4
abp.event.on('abp.notifications.received', function (userNotification) {
5
abp.notifications.showUiNotifyForUserNotification(userNotification);
@@ -20,7 +20,7 @@
20
data.map(function (x) { obj[x.name] = x.value; });
21
22
return obj;
23
- }
+ };
24
25
//Configure blockUI
26
(function ($) {
0 commit comments