Hopefully fix the display of the most recent videos, by using protocol-
relative URLs. Unfortunately, I am unable to test this fix locally at the moment.
This commit is contained in:
parent
a12e3562ee
commit
d0f8190f5b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45638
1 changed files with 4 additions and 4 deletions
|
@ -78,19 +78,19 @@
|
|||
<span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
|
||||
</div>
|
||||
|
||||
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
|
||||
<script src="//www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
|
||||
type="text/javascript"></script>
|
||||
<style type="text/css">
|
||||
@import url("http://www.google.com/uds/css/gsearch.css");
|
||||
@import url("//www.google.com/uds/css/gsearch.css");
|
||||
</style>
|
||||
<!-- Video Bar Code and Stylesheet -->
|
||||
<script type="text/javascript">
|
||||
window._uds_vbw_donotrepair = true;
|
||||
</script>
|
||||
<script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
|
||||
<script src="//www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
|
||||
type="text/javascript"></script>
|
||||
<style type="text/css">
|
||||
@import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
|
||||
@import url("//www.google.com/uds/solutions/videobar/gsvideobar.css");
|
||||
</style>
|
||||
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Reference in a new issue