Unverified Commit 16e23cb1 authored by hexeth's avatar hexeth Committed by GitHub

Fix upload tooltip not appearing

parent df2b1ba0
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment