1
0
mirror of https://github.com/danbee/myimages synced 2025-03-04 08:39:09 +00:00

~ Changed 'that' to 'this'.

This commit is contained in:
Dan Barber 2010-03-10 16:46:47 +00:00
parent d6a3875c8a
commit 54e2e03835

View File

@ -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.');
});
});
}