Skip to content

Commit

Permalink
taint form when asset is deleted (removed comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
molily committed Dec 9, 2009
1 parent 866ddfe commit 6c82b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/vrame/javascripts/asset-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jQuery(function ($) {
var uploadContainer = deleteLink.closest('div.file-upload');
var uploadType = uploadContainer.attr('data-upload-type');
if (uploadType == 'asset') {
//vrame.unsavedChanges = true;
vrame.unsavedChanges = true;
uploadContainer.find('input.asset-id').val('');
}

Expand Down

0 comments on commit 6c82b83

Please sign in to comment.