svghmi/widget_back.ysl2
branchsvghmi
changeset 2912 d320367eb2ad
parent 2902 1fcb50af0335
child 2958 895d3f2b1786
--- a/svghmi/widget_back.ysl2	Thu Apr 02 14:03:38 2020 +0200
+++ b/svghmi/widget_back.ysl2	Thu Apr 02 14:04:21 2020 +0200
@@ -4,7 +4,6 @@
     param "hmi_element";
 
     |     on_click: function(evt) {
-    |         console.log("Back !");
     |         if(jump_history.length > 1){
     |            jump_history.pop();
     |            let [page_name, index] = jump_history.pop();