From 035d0ebb4a225a590e3d6f15053d5dc3c6402413 Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Fri, 30 Oct 2015 14:17:18 -0400 Subject: [PATCH] Style Tweaks * remove the extraneous scrollbar that popped up (?) in the collection space. * hide the filter widget until it's filled --- media/js/app/assetmgr/collection.js | 2 ++ media/templates/gallery.mustache | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media/js/app/assetmgr/collection.js b/media/js/app/assetmgr/collection.js index 757550e3c..f2eb75457 100644 --- a/media/js/app/assetmgr/collection.js +++ b/media/js/app/assetmgr/collection.js @@ -663,6 +663,8 @@ CollectionList.prototype.assetPostUpdate = function($elt, the_records) { }); } + jQuery('.filter-widget').show(); + $elt.fadeIn('slow'); if (self.view_callback) { diff --git a/media/templates/gallery.mustache b/media/templates/gallery.mustache index 416ab72e3..7f88afd72 100644 --- a/media/templates/gallery.mustache +++ b/media/templates/gallery.mustache @@ -55,7 +55,7 @@ -
+