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')){ else if (event.target.classList.contains('social')){
if (event.target.classList.contains('fb')){ if (event.target.classList.contains('fb')){
setTimeout(function () { window.location = "https://www.facebook.com/30secondsofcode"; }, 25); window.location = "https://www.facebook.com/30secondsofcode";
window.location = "fb://30secondsofcode";
} }
else if (event.target.classList.contains('instagram')) { else if (event.target.classList.contains('instagram')) {
setTimeout(function () { window.location = "https://www.instagram.com/30secondsofcode"; }, 25); window.location = "https://www.instagram.com/30secondsofcode";
window.location = "instagram://30secondsofcode";
} }
else if (event.target.classList.contains('twitter')) { else if (event.target.classList.contains('twitter')) {
setTimeout(function () { window.location = "https://twitter.com/30secondsofcode"; }, 25); window.location = "https://twitter.com/30secondsofcode";
window.location = "twitter://30secondsofcode";
} }
} }
else if (event.target.classList.contains('copy-button')) { else if (event.target.classList.contains('copy-button')) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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