update link to app

This commit is contained in:
Pavel Dobryakov
2018-11-20 13:29:52 +03:00
committed by GitHub
parent 50cfda1847
commit f81d9519bd

View File

@@ -152,7 +152,7 @@ function startGUI () {
twitterIcon.className = 'icon twitter';
var app = gui.add({ fun : function () {
window.open('https://play.google.com/store/apps/details?id=games.paveldogreat.fluidsimfree');
window.open('http://onelink.to/5b58bn');
ga('send', 'event', 'link button', 'app');
} }, 'fun').name('Check out new improved version');
app.__li.className = 'cr function appBigFont';
@@ -500,4 +500,4 @@ window.addEventListener('touchend', function (e) {
{ for (var j = 0; j < pointers.length; j++)
{ if (touches[i].identifier == pointers[j].id)
{ pointers[j].down = false; } } }
});
});