diff --git a/static/script.js b/static/script.js index 0071be2..aaebfda 100644 --- a/static/script.js +++ b/static/script.js @@ -36,7 +36,6 @@ function init_edit() { $('#notes-info').replaceWith(notes_input); var datasheet_input = $('') - datasheet_input.val($('#datasheet-info').text()); $('#datasheet-info').replaceWith(datasheet_input); var newButton = '
';