forked from leftypol/leftypol
JS Api: added an active_page variable to make it easier to denote the context from javascript
This commit is contained in:
parent
08494f2b2f
commit
3bcf88e842
2 changed files with 14 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<script type="text/javascript">
|
||||
var active_page = "thread";
|
||||
</script>
|
||||
|
||||
{% include 'header.html' %}
|
||||
<title>{{ board.url }} - {{ board.name }}</title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue