From 28db870dd50697865d07f585da25a01fa97eab33 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Tue, 6 Jun 2017 21:22:41 +0200 Subject: [PATCH] MOAR fixes --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 89c1063..579c056 100644 --- a/static/script.js +++ b/static/script.js @@ -176,7 +176,7 @@ function show_part_info(partID) { $('#quantity-info').text(text_filter(data.quantity)); $('#notes-info').text(text_filter(data.notes)); if (data.datasheet != null) - $('#datasheet-info').text(''); + $('#datasheet-info').text(''); else $('#datasheet-info').text(' '); $('#edit-button').click(function() {