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.
1 parent 4ae72a0 commit 114f299Copy full SHA for 114f299
1 file changed
plugins/af.popup.js
@@ -56,7 +56,7 @@
56
};
57
this.id = opts.id = opts.id || $.uuid(); //opts is passed by reference
58
this.addCssClass = opts.addCssClass ? opts.addCssClass : "";
59
- this.suppressTitle = opts.suppressTitle || opts.suppressTitle;
+ this.suppressTitle = opts.suppressTitle || this.suppressTitle;
60
this.title = opts.suppressTitle ? "" : (opts.title || "Alert");
61
this.message = opts.message || "";
62
this.cancelText = opts.cancelText || "Cancel";
0 commit comments