diff -r 0519fdce9a59 -r 99ba78619ffa svghmi/widget_back.ysl2 --- a/svghmi/widget_back.ysl2 Wed Apr 01 18:10:45 2020 +0200 +++ b/svghmi/widget_back.ysl2 Fri Apr 03 08:13:47 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();