full, working wPaint oekaki implementation; fixes vichan-devel#20

This commit is contained in:
czaks 2014-01-31 09:39:39 +01:00
parent e4c3bba0f5
commit 1a9e4eaef6
4 changed files with 107 additions and 10 deletions

View file

@ -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 %}