forked from unitoo/website
Clean console.log
This commit is contained in:
parent
bd2b590e29
commit
d66823b002
2 changed files with 1 additions and 3 deletions
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-02-20T17:28:09+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-02-20T17:31:14+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
|
@ -43,8 +43,6 @@ $(document).ready(function() {
|
|||
noColor: "white",
|
||||
message: "Ti piacerebbe ascoltare la radio mentre navighi sul sito?",
|
||||
callback: function (value) {
|
||||
console.log(value);
|
||||
|
||||
if (value) {
|
||||
createCookie("radio-autoplay", "true", 31);
|
||||
_paq.push(['trackGoal', 2]);
|
||||
|
|
Loading…
Reference in a new issue