SuiteCRM-Core/public/legacy/include/javascript/jquery/jquery.dialogTitle.js
2021-03-31 15:37:32 +01:00

5 lines
No EOL
213 B
JavaScript

/*
* backward compatible support for html dialog title
*/
$.widget("ui.dialog",$.extend({},$.ui.dialog.prototype,{_title:function(e){if(!this.options.title){e.html(" ")}else{e.html(this.options.title)}}}))