Travis build: 556

This commit is contained in:
30secondsofcode
2018-09-29 06:39:34 +00:00
parent da4dd0aa84
commit 1cb04f066e
11 changed files with 33 additions and 66 deletions

View File

@ -62,16 +62,13 @@
}
else if (event.target.classList.contains('social')){
if (event.target.classList.contains('fb')){
setTimeout(function () { window.location = "https://www.facebook.com/30secondsofcode"; }, 25);
window.location = "fb://30secondsofcode";
window.location = "https://www.facebook.com/30secondsofcode";
}
else if (event.target.classList.contains('instagram')) {
setTimeout(function () { window.location = "https://www.instagram.com/30secondsofcode"; }, 25);
window.location = "instagram://30secondsofcode";
window.location = "https://www.instagram.com/30secondsofcode";
}
else if (event.target.classList.contains('twitter')) {
setTimeout(function () { window.location = "https://twitter.com/30secondsofcode"; }, 25);
window.location = "twitter://30secondsofcode";
window.location = "https://twitter.com/30secondsofcode";
}
}
else if (event.target.classList.contains('copy-button')) {