Skip to content

Commit

Permalink
Merge pull request #398 from ccnmtl/collection-tweaks
Browse files Browse the repository at this point in the history
Collection Style Tweaks
  • Loading branch information
thraxil committed Nov 2, 2015
2 parents ef50921 + 035d0eb commit e509fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions media/js/app/assetmgr/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ CollectionList.prototype.assetPostUpdate = function($elt, the_records) {
});
}

jQuery('.filter-widget').show();

$elt.fadeIn('slow');

if (self.view_callback) {
Expand Down
4 changes: 2 additions & 2 deletions media/templates/gallery.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
</div>

<div class="filter-widget">
<div class="filter-widget" style="display: none">
<div class="collection-col-3">
<div class="switcher-tool switcher-search-text input-group">
<span class="input-group-addon"><span class="glyphicon glyphicon-search"></span></span>
Expand Down Expand Up @@ -129,7 +129,7 @@
</div> {{! end filter widget }}
<div class="clearfix"></div>

<div class="collection-assets scroll annotation-embedding">
<div class="collection-assets annotation-embedding">
<div id="asset_table" class="asset-table"></div>
</div>
<div id="loaded"></div>

0 comments on commit e509fc0

Please sign in to comment.