Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 4ae72a0

Browse files
committed
Update suppressTitle when supplied via config
1 parent 99203ea commit 4ae72a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/af.popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
};
5757
this.id = opts.id = opts.id || $.uuid(); //opts is passed by reference
5858
this.addCssClass = opts.addCssClass ? opts.addCssClass : "";
59+
this.suppressTitle = opts.suppressTitle || opts.suppressTitle;
5960
this.title = opts.suppressTitle ? "" : (opts.title || "Alert");
6061
this.message = opts.message || "";
6162
this.cancelText = opts.cancelText || "Cancel";

0 commit comments

Comments
 (0)