1
0
Fork 0

fixed tooltip for upload

This commit is contained in:
Jan Steemann 2013-08-21 15:15:11 +02:00
parent 4aea49e611
commit 616206531a
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ var documentsView = Backbone.View.extend({
placement: "left"
});
$('.glyphicon').tooltip({
$('.glyphicon, .arangoicon').tooltip({
placement: "top"
});