diff options
-rwxr-xr-x | scripts/html_body.py | 2 |
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") #==================================== |