forked from unitoo/website
Clean console.log
This commit is contained in:
parent
4e4396b38d
commit
bd2b590e29
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ $(document).ready(function() {
|
||||||
noColor: "white",
|
noColor: "white",
|
||||||
message: "Ti piacerebbe ascoltare la radio mentre navighi sul sito?",
|
message: "Ti piacerebbe ascoltare la radio mentre navighi sul sito?",
|
||||||
callback: function (value) {
|
callback: function (value) {
|
||||||
console.log(value);
|
|
||||||
|
|
||||||
if (value) {
|
if (value) {
|
||||||
createCookie("radio-autoplay", "true", 31);
|
createCookie("radio-autoplay", "true", 31);
|
||||||
_paq.push(['trackGoal', 2]);
|
_paq.push(['trackGoal', 2]);
|
||||||
|
|
Loading…
Reference in a new issue