diff -r c059026d8626 -r 50d0fef791d5 svghmi/gen_index_xhtml.xslt --- a/svghmi/gen_index_xhtml.xslt Wed Mar 10 19:27:41 2021 +0100 +++ b/svghmi/gen_index_xhtml.xslt Wed Mar 10 19:29:49 2021 +0100 @@ -1,6 +1,6 @@ - - + + @@ -1693,7 +1693,7 @@ - + @@ -4535,7 +4535,7 @@ cache = [0,100,50]; - init() { + init_common() { this.spread_json_data_bound = this.spread_json_data.bind(this); @@ -4940,13 +4940,6 @@ data - - - - forward backward cursor - - - visible: @@ -4968,6 +4961,20 @@ + }, + + init() { + + this.init_common(); + + + id(" + + ").onclick = this.make_on_click(" + + "); + + } @@ -6801,7 +6808,7 @@ - +