diff --git a/opensocial-apps/Links.xml b/opensocial-apps/Links.xml index e7d22bf..6914119 100644 --- a/opensocial-apps/Links.xml +++ b/opensocial-apps/Links.xml @@ -126,7 +126,7 @@ var row = $(html).appendTo("table.links tbody"); var domain = $("a", row).get(0).hostname; - $("img.favicon", row).attr("src", "http://www.google.com/s2/favicons?domain=" + domain); + $("img.favicon", row).attr("src", "https://www.google.com/s2/favicons?domain=" + domain); } // ======================================== @@ -260,4 +260,4 @@ }); ]]> - \ No newline at end of file + diff --git a/opensocial-apps/MediaLinks.xml b/opensocial-apps/MediaLinks.xml index c80b1b3..cce4801 100644 --- a/opensocial-apps/MediaLinks.xml +++ b/opensocial-apps/MediaLinks.xml @@ -111,7 +111,7 @@ cell_url2 = favicon_path_array[1]; favicon_path_array = cell_url2.split("/"); cell_url2 = favicon_path_array[0]; - cell_favicon=""; + cell_favicon=""; // build and add table row links_table_data = links_table_data @@ -149,7 +149,7 @@ cell_url2 = favicon_path_array[1]; favicon_path_array = cell_url2.split("/"); cell_url2 = favicon_path_array[0]; - cell_favicon=""; + cell_favicon=""; // build and add table row links_table_data = links_table_data @@ -326,4 +326,4 @@ ]]> - \ No newline at end of file + diff --git a/opensocial-apps/RSS.xml b/opensocial-apps/RSS.xml index 68a4b88..2425113 100644 --- a/opensocial-apps/RSS.xml +++ b/opensocial-apps/RSS.xml @@ -75,7 +75,7 @@ var row = $(html).appendTo(".feed-list table tbody"); var domain = $("a", row).get(0).hostname; - $("img.favicon", row).attr("src", "http://www.google.com/s2/favicons?domain=" + domain); + $("img.favicon", row).attr("src", "https://www.google.com/s2/favicons?domain=" + domain); $(".rss-gadget .input-fld input").val(""); } @@ -305,4 +305,4 @@ ]]> - \ No newline at end of file + diff --git a/opensocial-apps/Videos.xml b/opensocial-apps/Videos.xml index f797e0b..fd48f16 100644 --- a/opensocial-apps/Videos.xml +++ b/opensocial-apps/Videos.xml @@ -293,7 +293,7 @@ ucsf.youtube.addVideo = function(linkName, linkUrl, videoId) { var domainName = ucsf.youtube.getDomainNameFromUrl(linkUrl); var html = '' + - '' + + '' + ''+ linkName +'' + ''+linkUrl+'' + '' + @@ -426,4 +426,4 @@ ]]> - \ No newline at end of file + diff --git a/opensocial-apps/YouTube.xml b/opensocial-apps/YouTube.xml index 066cd5a..4bb1b33 100644 --- a/opensocial-apps/YouTube.xml +++ b/opensocial-apps/YouTube.xml @@ -167,7 +167,7 @@ ucsf.youtube.addVideo = function(linkName, linkUrl, videoId) { var html = '' + - '' + + '' + ''+ linkName +'' + ''+linkUrl+'' + '' + @@ -283,4 +283,4 @@ ]]> - \ No newline at end of file +