fix for intendation
This commit is contained in:
parent
35feccbb2c
commit
09d82fd08d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@
|
|||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
-if APP_CONFIG[:piwik_id]
|
||||
:javascript
|
||||
-if APP_CONFIG[:piwik_id]
|
||||
:javascript
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://#{APP_CONFIG[:piwik_url]}/" : "http://#{APP_CONFIG[:piwik_url]}/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue