Skip to content

Commit

Permalink
Oprava ukládání obsahu stránky (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek authored Feb 7, 2021
1 parent 75ee9be commit 8e7954d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/AdminModule/CmsModule/Forms/templates/page_form.latte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
var contentToDeleteSelector = $('#' + contentToDelete);
contentToDeleteSelector.find('input[type=text]').prop('disabled', true).val('');
contentToDeleteSelector.find('input[type=file]').prop('disabled', true).val('');
contentToDeleteSelector.find('select').prop('disabled', true).val('');
contentToDeleteSelector.find('textarea').prop('disabled', true).val('');
contentToDeleteSelector.fadeOut();
});
Expand Down

0 comments on commit 8e7954d

Please sign in to comment.