diff options
Diffstat (limited to 'template/privacy.st')
| -rw-r--r-- | template/privacy.st | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/privacy.st b/template/privacy.st index e18666c..d904951 100644 --- a/template/privacy.st +++ b/template/privacy.st @@ -1,9 +1,10 @@ <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/> <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen"/> - <script type="text/javascript" src="/static/js/win.js"></script> + <script type="text/javascript" src="/static/js/win.js"></script> + <script type="text/javascript" src="/static/jquery.em.js"></script> + <script type="text/javascript"> jQuery(function() |
