Skip to content

Commit 6d4e6dc

Browse files
Update custom-content.html
update links to https
1 parent 64a198b commit 6d4e6dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demos/tooltip/custom-content.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
if ( element.is( "[data-geo]" ) ) {
3232
var text = element.text();
3333
return "<img class='map' alt='" + text +
34-
"' src='http://maps.google.com/maps/api/staticmap?" +
34+
"' src='https://maps.google.com/maps/api/staticmap?" +
3535
"zoom=11&size=350x350&maptype=terrain&sensor=false&center=" +
3636
text + "'>";
3737
}
@@ -50,25 +50,25 @@
5050
<div class="ui-widget photo">
5151
<div class="ui-widget-header ui-corner-all">
5252
<h2>St. Stephen's Cathedral</h2>
53-
<h3><a href="http://maps.google.com/maps?q=vienna,+austria&amp;z=11" data-geo>Vienna, Austria</a></h3>
53+
<h3><a href="https://maps.google.com/maps?q=vienna,+austria&amp;z=11" data-geo>Vienna, Austria</a></h3>
5454
</div>
55-
<a href="http://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG">
55+
<a href="https://en.wikipedia.org/wiki/File:Wien_Stefansdom_DSC02656.JPG">
5656
<img src="images/st-stephens.jpg" alt="St. Stephen's Cathedral" class="ui-corner-all">
5757
</a>
5858
</div>
5959

6060
<div class="ui-widget photo">
6161
<div class="ui-widget-header ui-corner-all">
6262
<h2>Tower Bridge</h2>
63-
<h3><a href="http://maps.google.com/maps?q=london,+england&amp;z=11" data-geo>London, England</a></h3>
63+
<h3><a href="https://maps.google.com/maps?q=london,+england&amp;z=11" data-geo>London, England</a></h3>
6464
</div>
65-
<a href="http://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg">
65+
<a href="https://en.wikipedia.org/wiki/File:Tower_bridge_London_Twilight_-_November_2006.jpg">
6666
<img src="images/tower-bridge.jpg" alt="Tower Bridge" class="ui-corner-all">
6767
</a>
6868
</div>
6969

70-
<p>All images are part of <a href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a>
71-
and are licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en" title="Creative Commons Attribution-ShareAlike 3.0">CC BY-SA 3.0</a> by the copyright holder.</p>
70+
<p>All images are part of <a href="https://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a>
71+
and are licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/deed.en" title="Creative Commons Attribution-ShareAlike 3.0">CC BY-SA 3.0</a> by the copyright holder.</p>
7272

7373
<div class="demo-description">
7474
<p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p>

0 commit comments

Comments
 (0)