summaryrefslogtreecommitdiff
path: root/core/js/quick.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/quick.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() {