summaryrefslogtreecommitdiff
path: root/core/js
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-15 06:19:26 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-15 06:19:26 +0000
commit0bbde9e059c51fe61c92d23f9f6a4518b2fb1a8c (patch)
treefbdbe09e680cac9089aefdd052ece11a1af5c761 /core/js
parente7d7396f7ad433bae59dd8460307b4dfa9ab33db (diff)
Added gQuick to album_top, started implementation, but incomplete so far. Need edit album methods added to the quick controller.
Diffstat (limited to 'core/js')
-rw-r--r--core/js/quick.js9
1 files changed, 8 insertions, 1 deletions
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() {