diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-14 10:38:02 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-14 10:38:02 -0700 |
commit | 7773d0afe835e040eb0238247b98eae305c0c9e9 (patch) | |
tree | 8a61b3be0f0df65a9d9bb594c50c7f8eb2d1223b /modules/gallery/js/quick.js | |
parent | d95fcb189f7fb9709b5ee30cbeded611fc04a7a2 (diff) | |
parent | 390bc7c1f6b79924e42b326718ee244ee989243a (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/js/quick.js')
-rw-r--r-- | modules/gallery/js/quick.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gallery/js/quick.js b/modules/gallery/js/quick.js index 8a87ed07..4ebdac47 100644 --- a/modules/gallery/js/quick.js +++ b/modules/gallery/js/quick.js @@ -39,10 +39,6 @@ var show_quick = function() { ); $("#gQuickPane a:not(.options)").click(function(e) { e.preventDefault(); - if ($(this).attr("id") == "gQuickDelete" && - !confirm($(this).attr("ref"))) { - return; - } quick_do(cont, $(this), img); }); $("#gQuickPane a.options").click(function(e) { |