diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 0127fca..53eeffb 100644 --- a/www/index.html +++ b/www/index.html @@ -58,5 +58,5 @@ <script type="text/javascript" src="js/app.js"></script> </head> - <body id="container" class="frontpage fullwidthpage"></body> + <body id="container" class="frontpage fullwidthpage" onload="onload()"></body> </html> |