summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKuninori Morimoto <Kuninori Morimoto git@github.com:morimoto/morimoto.git>2021-04-20 11:07:50 +0900
committerKuninori Morimoto <Kuninori Morimoto git@github.com:morimoto/morimoto.git>2021-04-20 11:12:43 +0900
commitc013a402fd74f4bf4e8dc10b1d1b3f8493061896 (patch)
tree91a6c54462f11365c85cdfcc4f66b290107dd208 /scripts
parent1b7340e0226d97b01f89d49e1f588df34ac13a0d (diff)
html_body.py: update menu automatically
Signed-off-by: Kuninori Morimoto <Kuninori Morimoto git@github.com:morimoto/morimoto.git>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/html_body.py2
1 files changed, 1 insertions, 1 deletions
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")
#====================================