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:
parent
d6a3875c8a
commit
54e2e03835
@ -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.');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user