From 390bc7c1f6b79924e42b326718ee244ee989243a Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 14 Jun 2009 10:42:14 -0600 Subject: Switch quick delete from JS confirm to jQuery UI dialog, closes ticket #355. --- modules/gallery/js/quick.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/gallery/js') 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) { -- cgit v1.2.3