From 85953d0351d9ac63eaa163eb7a62b2b7cfe6da57 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Sat, 27 Jul 2019 12:05:52 +0200 Subject: [PATCH] Only delete the tenprint zones table data --- templates/tp_template/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tp_template/template.html b/templates/tp_template/template.html index 30a5f62b..0288c23e 100644 --- a/templates/tp_template/template.html +++ b/templates/tp_template/template.html @@ -142,7 +142,7 @@ var clear = function() { - $( 'input' ).val( "" ); + $( '#tenprint_zones_table > div > input' ).val( "" ); updateSVG(); } -- GitLab