Skip to content

Commit

Permalink
remove tooltip from download button
Browse files Browse the repository at this point in the history
re add standard title to add datasets button
  • Loading branch information
martenson committed Feb 8, 2019
1 parent dbf8bec commit c5452fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ var FolderToolbarView = Backbone.View.extend({
<button style="display:none;" title="Create new folder" class="btn btn-secondary toolbtn-create-folder add-library-items add-library-items-folder mr-1" type="button">
<span class="fa fa-folder"/> Create Folder</button>
<% if(multiple_add_dataset_options) { %>
<div class="dropdown add-library-items add-library-items-datasets mr-1" style="display:none;">
<div title="Add datasets to current folder" class="dropdown add-library-items add-library-items-datasets mr-1" style="display:none;">
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-file"/> Add Datasets <span class="caret"/>
</button>
Expand Down Expand Up @@ -1462,7 +1462,7 @@ var FolderToolbarView = Backbone.View.extend({
<a href="#" class="toolbtn-collection-import add-to-history-collection dropdown-item">as a Collection</a>
</div>
</div>
<div data-toggle="tooltip" title="Download items as archive" class="dropdown dataset-manipulation mr-1" style="display:none; ">
<div title="Download items as archive" class="dropdown dataset-manipulation mr-1" style="display:none; ">
<button type="button" class="primary-button dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-save"/> Download <span class="caret"/>
</button>
Expand Down

0 comments on commit c5452fa

Please sign in to comment.