Skip to content

Commit f8cf3a1

Browse files
committed
updated from boilerplate repository
1 parent 3bf5a2e commit f8cf3a1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Abp/Framework/scripts/libs/abp.signalr.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
let url: string;
1212

13+
let withUrlOptions: string;
14+
1315
function connect(): any;
1416

1517
function startConnection(url: string, configureConnection: Function): Promise<any>;

Abp/Framework/scripts/libs/abp.sweet-alert2.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ var abp = abp || {};
9090

9191
abp.event.on('abp.dynamicScriptsInitialized', function () {
9292
abp.libs.sweetAlert.config.confirm.title = abp.localization.abpWeb('AreYouSure');
93-
abp.libs.sweetAlert.config.confirm.buttons = [abp.localization.abpWeb('Cancel'), abp.localization.abpWeb('Yes')];
93+
abp.libs.sweetAlert.config.confirm.confirmButtonText = abp.localization.abpWeb('Yes');
94+
abp.libs.sweetAlert.config.confirm.cancelButtonText = abp.localization.abpWeb('Cancel');
95+
abp.libs.sweetAlert.config.confirm.denyButtonText = abp.localization.abpWeb('No');
9496
});
9597

9698
})(jQuery);

Abp/Framework/scripts/libs/abp.sweet-alert2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)