From 799540fc0f68affe1741841d2ee016e4903b8209 Mon Sep 17 00:00:00 2001 From: Erin Bell Date: Mon, 14 Jun 2021 09:42:11 -0400 Subject: [PATCH] adds title attributes to social icon links --- curatescape/javascripts/global.js | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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' );