Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions opensocial-apps/Links.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

// ========================================
Expand Down Expand Up @@ -260,4 +260,4 @@
});
</script>]]>
</Content>
</Module>
</Module>
6 changes: 3 additions & 3 deletions opensocial-apps/MediaLinks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
cell_url2 = favicon_path_array[1];
favicon_path_array = cell_url2.split("/");
cell_url2 = favicon_path_array[0];
cell_favicon="<img height='16' width=16' src='http://www.google.com/s2/favicons?domain=" + cell_url2 + "' />";
cell_favicon="<img height='16' width=16' src='https://www.google.com/s2/favicons?domain=" + cell_url2 + "' />";

// build and add table row
links_table_data = links_table_data
Expand Down Expand Up @@ -149,7 +149,7 @@
cell_url2 = favicon_path_array[1];
favicon_path_array = cell_url2.split("/");
cell_url2 = favicon_path_array[0];
cell_favicon="<img height='16' width=16' src='http://www.google.com/s2/favicons?domain=" + cell_url2 + "' />";
cell_favicon="<img height='16' width=16' src='https://www.google.com/s2/favicons?domain=" + cell_url2 + "' />";

// build and add table row
links_table_data = links_table_data
Expand Down Expand Up @@ -326,4 +326,4 @@
]]></Content>
<!-- ==================== END PROFILE VIEW ==================== -->

</Module>
</Module>
4 changes: 2 additions & 2 deletions opensocial-apps/RSS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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("");
}
Expand Down Expand Up @@ -305,4 +305,4 @@
</div>

]]></Content>
</Module>
</Module>
4 changes: 2 additions & 2 deletions opensocial-apps/Videos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
ucsf.youtube.addVideo = function(linkName, linkUrl, videoId) {
var domainName = ucsf.youtube.getDomainNameFromUrl(linkUrl);
var html = '<tr>' +
'<td><img src="http://www.google.com/s2/favicons?domain='+ domainName +'" height="16" width="16"/></td>' +
'<td><img src="https://www.google.com/s2/favicons?domain='+ domainName +'" height="16" width="16"/></td>' +
'<td class="v-name"><a href="'+ linkUrl +'" target="_blank">'+ linkName +'</a></td>' +
'<td class="v-url" id="'+ videoId + '">'+linkUrl+'</td>' +
'<td><input type="button" style="margin-top:-4px"class="delete-video" value="Delete"/></td>' +
Expand Down Expand Up @@ -426,4 +426,4 @@
</div>
]]>
</Content>
</Module>
</Module>
4 changes: 2 additions & 2 deletions opensocial-apps/YouTube.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

ucsf.youtube.addVideo = function(linkName, linkUrl, videoId) {
var html = '<tr>' +
'<td><img src="http://www.google.com/s2/favicons?domain=ctsi.ucsf.edu" height="16" width="16"/></td>' +
'<td><img src="https://www.google.com/s2/favicons?domain=ctsi.ucsf.edu" height="16" width="16"/></td>' +
'<td class="v-name"><a href="'+ linkUrl +'" target="_blank">'+ linkName +'</a></td>' +
'<td class="v-url" id="'+ videoId + '">'+linkUrl+'</td>' +
'<td><input type="button" class="delete-video" value="Delete"/></td>' +
Expand Down Expand Up @@ -283,4 +283,4 @@
</div>
]]>
</Content>
</Module>
</Module>