forked from leftypol/leftypol
full, working wPaint oekaki implementation; fixes vichan-devel#20
This commit is contained in:
parent
e4c3bba0f5
commit
1a9e4eaef6
4 changed files with 107 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
{% if config.font_awesome %}<link rel="stylesheet" media="screen" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
||||
<script type="text/javascript">
|
||||
var configRoot="{{ config.root }}";
|
||||
var inMod = {% if mod %}true{% else %}false{% end %};
|
||||
var inMod = {% if mod %}true{% else %}false{% endif %};
|
||||
var modRoot="{{ config.root }}"+(inMod ? "mod.php?/" : "");
|
||||
</script>
|
||||
{% if not nojavascript %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue