From 0bbde9e059c51fe61c92d23f9f6a4518b2fb1a8c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 15 Jan 2009 06:19:26 +0000 Subject: Added gQuick to album_top, started implementation, but incomplete so far. Need edit album methods added to the quick controller. --- core/js/quick.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core/js/quick.js') diff --git a/core/js/quick.js b/core/js/quick.js index ce36ca35..36b6f250 100644 --- a/core/js/quick.js +++ b/core/js/quick.js @@ -1,5 +1,12 @@ $(document).ready(function() { - $(".gItem").hover(show_quick, function() {}); + if ($("#gAlbumGrid").length) { + // @todo Add quick edit pane for album (meta, move, permissions, delete) + //$("#gInfo").hover(show_quick, function() {}); + $(".gItem").hover(show_quick, function() {}); + } + if ($("#gItem").length) { + // @todo Apply quick edit to resize view + } }); var show_quick = function() { -- cgit v1.2.3