Inizio update master x naming

This commit is contained in:
Samuele E. Locatelli
2018-03-08 14:36:49 +01:00
parent d07448739e
commit 4e041f29bd
26 changed files with 160 additions and 187 deletions
+2 -2
View File
@@ -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 );
}
},