From c013a402fd74f4bf4e8dc10b1d1b3f8493061896 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 20 Apr 2021 11:07:50 +0900 Subject: html_body.py: update menu automatically Signed-off-by: Kuninori Morimoto --- scripts/html_body.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/html_body.py b/scripts/html_body.py index 3ca1de2..df89db2 100755 --- a/scripts/html_body.py +++ b/scripts/html_body.py @@ -19,7 +19,7 @@ class periject_html(html_base.myhtml): #-------------------- def print(self): self.print_css("html") - with html("body"): + with html("body", {"onload":"parent.frames['menu'].location.reload()"}): html("div").print("select tasks from menu") #==================================== -- cgit v1.2.3