From 1d9a3f70b12a10fbd123fb444e7a67b99a882f41 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 7 Feb 2009 21:37:42 +0000 Subject: Fix indentation. --- core/js/quick.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/js') 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 } }); -- cgit v1.2.3