Commit 274d8997 by Chris Dodge

update warning message

parent 443d6a38
......@@ -403,7 +403,7 @@ function removeAsset(e) {
e.preventDefault();
// replace with new notification moodal
if (!confirm('Are you sure you wish to delete this item. It cannot be reversed!')) return;
if (!confirm('Are you sure you wish to delete this item. It cannot be reversed!\n\nAlso any content that links/refers to this item will no longer work (e.g. broken images and/or links)')) return;
var remove_asset_url = $('.asset-library').data('remove-asset-callback-url');
var location = $(this).closest('tr').data('id');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment