Fix upload tooltip not appearing

pull/777/head
hexeth 5 years ago committed by GitHub
parent df2b1ba09d
commit 16e23cb1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save