change geocode to https

This commit is contained in:
Matt Walsh
2020-10-01 20:08:25 -05:00
parent f268ee7a54
commit 0ae5bcbe0f
7 changed files with 8 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
<% if (production) { %>
<link rel="stylesheet" type="text/css" href="resources/ws.min.css?_=<%=production%>" />
<script type="text/javascript" src="resources/data.min.js"></script>
<script type="text/javascript" src="resources/data.min.js?_=<%=production%>"></script>
<script type="text/javascript" src="resources/ws.min.js?_=<%=production%>"></script>
<% } else { %>
<link rel="stylesheet" type="text/css" href="styles/index.css" />