forked from leftypol/leftypol
main.js: a bit more sane code
This commit is contained in:
parent
6991ca270e
commit
02c3c28a16
6 changed files with 16 additions and 14 deletions
|
@ -4,7 +4,8 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<script type='text/javascript'>
|
||||
active_page = "catalog";
|
||||
var active_page = "catalog"
|
||||
, board_name = "{{ board }}";
|
||||
</script>
|
||||
{% include 'header.html' %}
|
||||
<title>{{ settings.title }}</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue