From 7ae649b95ab24236339d9351256e4476847e9ee8 Mon Sep 17 00:00:00 2001 From: assar Date: Tue, 6 Jun 2017 13:47:50 +0000 Subject: [PATCH] Fixed file upload input --- static/script.js | 1 - 1 file changed, 1 deletion(-) 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 = '
';