Merge pull request #10431 from abpframework/EngincanV/issue-10404

Allow passing only title to sweetalert messages
pull/10436/head
albert 4 years ago committed by GitHub
commit e125e8d183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,11 +36,6 @@ var abp = abp || {};
/* MESSAGE **************************************************/
var showMessage = function (type, message, title) {
if (!title) {
title = message;
message = undefined;
}
var opts = $.extend(
{},
abp.libs.sweetAlert.config['default'],

Loading…
Cancel
Save