Removed console.log and added Piwik domains

This commit is contained in:
Alexander Yakovlev 2015-12-10 20:17:10 +07:00
parent f15c342b16
commit c05885edf9
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ markdown = new md({
})
undum.game.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012"
undum.game.version = "3.1"
undum.game.version = "3.2"
a = require('raconteur/lib/elements.js').a
way_to = (content, ref) -> a(content).class('way').ref(ref)

View File

@ -29,7 +29,6 @@ scripted_events = (character, system) ->
# Finale buildup - steps sound
play_steps = (character) ->
console.log(character.sandbox.steps)
if character.sandbox.steps == false
return
coin = Math.random()

View File

@ -77,6 +77,7 @@
<!-- Piwik tracking. Google or Yandex DON'T see these analytics. Also I support Do Not Track feature. -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.oreolek.ru/my_games","*.oreolek.ru/temp","*.itch.io"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {