diff options
Diffstat (limited to 'html/pollex.html')
-rw-r--r-- | html/pollex.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/pollex.html b/html/pollex.html index 1d7af17..25ef4f5 100644 --- a/html/pollex.html +++ b/html/pollex.html @@ -17,7 +17,7 @@ <link href="/css/noScript.css" rel="stylesheet"> </noscript> - <script src="/js/init.js" type="text/javascript"></script> + <script src="/js/main.js" type="text/javascript"></script> </head> <body data-page="pollex"> @@ -43,6 +43,6 @@ </body> <script type="text/javascript"> - init(); + Ach.init(); </script> </html> |