Fix upload tooltip not appearing
This commit is contained in:
parent
df2b1ba09d
commit
16e23cb1fe
|
@ -526,7 +526,7 @@ $( '.profileDrop' ).attr({
|
|||
|
||||
$( '#btn-upload' ).attr({
|
||||
'data-toggle': 'tooltip',
|
||||
'title': $( '#btn-upload' ).text() , // 'Upload',
|
||||
'title': $( '#btn-upload' ).parent().text() , // 'Upload',
|
||||
'data-placement': 'bottom',
|
||||
'data-viewport': '#main-nav' })
|
||||
.addClass('upload-btn-tooltip');
|
||||
|
|
Loading…
Reference in New Issue
Block a user