From 54e2e0383551fa476e9505f8f002bc3bab4b29ab Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 10 Mar 2010 16:46:47 +0000 Subject: [PATCH] ~ Changed 'that' to 'this'. --- lib/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js/main.js b/lib/js/main.js index d41f1e5..dc9b11c 100644 --- a/lib/js/main.js +++ b/lib/js/main.js @@ -18,7 +18,7 @@ $(function() { 'titleFormat': formatTitle }); $('.imagedel').click(function() { - return confirm('Are you sure you wish to delete that image? This cannot be undone.'); + return confirm('Are you sure you wish to delete this image? This cannot be undone.'); }); }); }