diff --git a/templates/tp_template/template.html b/templates/tp_template/template.html
index 30a5f62b853c3187184782bd5cf0c010d14d02b5..0288c23ebd9f604b03693769784837fb9363e3e2 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();
}