Configurable canvas size
This commit is contained in:
@@ -265,7 +265,14 @@ function ready() {
|
||||
|
||||
onready(init);
|
||||
|
||||
{% endraw %}{% if config.google_analytics %}{% raw %}
|
||||
{% endraw %}
|
||||
|
||||
var oekaki_options = {
|
||||
width: {{config.oekaki.width}},
|
||||
height: {{config.oekaki.height}},
|
||||
};
|
||||
|
||||
{% if config.google_analytics %}{% raw %}
|
||||
|
||||
var _gaq = _gaq || [];_gaq.push(['_setAccount', '{% endraw %}{{ config.google_analytics }}{% raw %}']);{% endraw %}{% if config.google_analytics_domain %}{% raw %}_gaq.push(['_setDomainName', '{% endraw %}{{ config.google_analytics_domain }}{% raw %}']){% endraw %}{% endif %}{% if not config.google_analytics_domain %}{% raw %}_gaq.push(['_setDomainName', 'none']){% endraw %}{% endif %}{% raw %};_gaq.push(['_trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();{% endraw %}{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user