Skip to content

Commit b03e8a0

Browse files
committed
make sure to use https
1 parent 25ad101 commit b03e8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

por/dashboard/skins/tekken.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
metal:use-macro="skin: /main_template">
55

66
<head metal:fill-slot="javascript">
7-
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
7+
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
88
<script type="text/javascript">
99
google.load('visualization', '1', {packages: ['corechart']});
1010
</script>

0 commit comments

Comments
 (0)