diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-14 10:42:14 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-14 10:42:14 -0600 |
commit | 390bc7c1f6b79924e42b326718ee244ee989243a (patch) | |
tree | 847cc474b2861776d1c0264ac937030cef579989 /modules/gallery/js/quick.js | |
parent | 52ac0e71726bae4e0b6c5aed0c92308d49b3f933 (diff) |
Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355.
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) { |