summaryrefslogtreecommitdiff
path: root/core/js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-02-07 21:37:42 +0000
committerBharat Mediratta <bharat@menalto.com>2009-02-07 21:37:42 +0000
commit1d9a3f70b12a10fbd123fb444e7a67b99a882f41 (patch)
tree483e2e89053f46441ac8506dd4c1eb93d001e7c3 /core/js
parent12701b18018ac7ddb7765be86094b77282d2db5e (diff)
Fix indentation.
Diffstat (limited to 'core/js')
-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
}
});