main.js: a bit more sane code

This commit is contained in:
czaks
2016-05-05 14:38:24 +02:00
parent 6991ca270e
commit 02c3c28a16
6 changed files with 16 additions and 14 deletions

View File

@@ -4,7 +4,9 @@
<meta charset="utf-8">
<script type="text/javascript">
var active_page = "thread";
var active_page = "thread"
, board_name = "{{ board.uri }}"
, thread_id = "{{ thread.id }}";
</script>
{% include 'header.html' %}