JS Api: added an active_page variable to make it easier to denote the context from javascript
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user