Skip to content

Commit 8719199

Browse files
committed
remove abp.message.swal
1 parent 2e240b9 commit 8719199

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ var abp = abp || {};
8888
return showMessage('confirm', message, title, confirmFunc, options);
8989
};
9090

91-
abp.message.swal = function (options, callback){
92-
return showMessage(null, null, null, callback, options);
93-
};
94-
9591
abp.event.on('abp.dynamicScriptsInitialized', function () {
9692
abp.libs.sweetAlert.config.confirm.title = abp.localization.abpWeb('AreYouSure');
9793
abp.libs.sweetAlert.config.confirm.buttons = [abp.localization.abpWeb('Cancel'), abp.localization.abpWeb('Yes')];

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)