Travis build: 556
This commit is contained in:
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
@ -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')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user