summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/js/quick.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/js/quick.js b/core/js/quick.js
index 457b6d4a..881c7656 100644
--- a/core/js/quick.js
+++ b/core/js/quick.js
@@ -1,11 +1,11 @@
$(document).ready(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() {});
+ // @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
+ // @todo Apply quick edit to resize view
}
});