diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-15 00:42:14 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-15 01:10:13 +0800 |
commit | b86e657194c2abaf53eba3752d4c63af1e689f67 (patch) | |
tree | d1eaaf19efc2885fc53655e145d70d10c3a70067 /modules/gallery/js | |
parent | a89c871861d002a5a3174c01533919f7d12ff772 (diff) |
Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355.
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'modules/gallery/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) { |