aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_base_top.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/txt_base_top.html')
-rw-r--r--cgi/templates/txt_base_top.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html
index 91052d6..7499fb4 100644
--- a/cgi/templates/txt_base_top.html
+++ b/cgi/templates/txt_base_top.html
@@ -31,14 +31,10 @@
<?py if board in ['zonavip', 'world']: ?>
<link rel="stylesheet" href="/static/css/txt/sjis.css" />
<?py #endif ?>
-<?py if board == 'polka': ?>
- <script type="text/javascript" src="#{static_url}js/weabotxt.test.js"></script>
-<?py else: ?>
<script type="text/javascript" src="#{static_url}js/weabotxt.js"></script>
-<?py #endif ?>
<script type="text/javascript" src="#{static_url}js/aquiencitas.js"></script>
<script type="text/javascript" src="#{static_url}js/shobon.js"></script>
-<?py if replythread and board != 'polka': ?>
+<?py if replythread: ?>
<script type="text/javascript" src="#{static_url}js/autorefresh.js"></script>
<?py #endif ?>
</head>