Inizio update master x naming
This commit is contained in:
+2
-2
@@ -6908,9 +6908,9 @@ $.widget( "ui.button", {
|
||||
},
|
||||
|
||||
_updateTooltip: function() {
|
||||
this.title = this.element.attr( "title" );
|
||||
this.Title = this.element.attr( "title" );
|
||||
|
||||
if ( !this.options.showLabel && !this.title ) {
|
||||
if ( !this.options.showLabel && !this.Title = ) {
|
||||
this.element.attr( "title", this.options.label );
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user