1
0
Fork 0
mirror of https://github.com/Oreolek/shooter.git synced 2024-04-28 06:59:20 +03:00

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.id = "7a1aba32-f0fd-4e3b-ba5a-59e3fa9e6012"
undum.game.version = "3.1" undum.game.version = "3.2"
a = require('raconteur/lib/elements.js').a a = require('raconteur/lib/elements.js').a
way_to = (content, ref) -> a(content).class('way').ref(ref) way_to = (content, ref) -> a(content).class('way').ref(ref)

View file

@ -29,7 +29,6 @@ scripted_events = (character, system) ->
# Finale buildup - steps sound # Finale buildup - steps sound
play_steps = (character) -> play_steps = (character) ->
console.log(character.sandbox.steps)
if character.sandbox.steps == false if character.sandbox.steps == false
return return
coin = Math.random() 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. --> <!-- Piwik tracking. Google or Yandex DON'T see these analytics. Also I support Do Not Track feature. -->
<script type="text/javascript"> <script type="text/javascript">
var _paq = _paq || []; var _paq = _paq || [];
_paq.push(["setDomains", ["*.oreolek.ru/my_games","*.oreolek.ru/temp","*.itch.io"]]);
_paq.push(['trackPageView']); _paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']); _paq.push(['enableLinkTracking']);
(function() { (function() {