Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Use protocol relative URL for calls to Google #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions src/pages/FindNearbyMap.page
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<apex:page controller="FindNearbyMap" action="{!init}" sidebar="false">
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="//www.google.com/jsapi"></script>
<script src="{!URLFOR($Resource.JQ)}" type="text/javascript" ></script>
<script src="{!URLFOR($Resource.tableDnD)}" type="text/javascript" ></script>
<script src="{!URLFOR($Resource.jqTable)}" type="text/javascript" ></script>
<script src="{!URLFOR($Resource.fixedTHeader)}" type="text/javascript" ></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js" type="text/javascript"></script>
<script src="http://maps.google.com/maps?file=api&v=2&key={!GKey}&sensor=true" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js" type="text/javascript"></script>
<script src="//maps.google.com/maps?file=api&v=2&key={!GKey}&sensor=true" type="text/javascript"></script>
<style type='text/css'>
.Filter{
background:url("/img/alohaSkin/grid_headerbg.gif") repeat-x scroll 0 bottom #FFFFFF;
Expand Down Expand Up @@ -1058,4 +1058,4 @@
})();

</script>
</apex:page>
</apex:page>