diff --git a/curatescape/javascripts/global.js b/curatescape/javascripts/global.js index eabc4e2..3fa2bfd 100644 --- a/curatescape/javascripts/global.js +++ b/curatescape/javascripts/global.js @@ -47,35 +47,45 @@ jQuery(document).ready(function ($) { var social = new Array(); if (typeof $("a.social.email").attr("href") !== "undefined") { social.push( - '' ); } if (typeof $("a.social.facebook").attr("href") !== "undefined") { social.push( - '' ); } if (typeof $("a.social.twitter").attr("href") !== "undefined") { social.push( - '' ); } if (typeof $("a.social.instagram").attr("href") !== "undefined") { social.push( - '' ); } if (typeof $("a.social.youtube").attr("href") !== "undefined") { social.push( - '' ); @@ -84,7 +94,7 @@ jQuery(document).ready(function ($) { var appstores = new Array(); if (typeof $("a.appstore.ios").attr("href") !== "undefined") { appstores.push( - ' App Store' );