Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating for SSL
Adding https to footer and maps page
  • Loading branch information
bcd04001 committed Oct 18, 2017
1 parent d504df7 commit c45458c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -29,7 +29,7 @@
</div>
</div>

<script type="text/javascript" src="http://alert.uconn.edu/alert/alert.js"></script>
<script type="text/javascript" src="https://alert.uconn.edu/alert/alert.js"></script>
<?php wp_footer();?>
</body>
</html>
2 changes: 1 addition & 1 deletion page-maps.php
Expand Up @@ -74,7 +74,7 @@ get_header(); ?>
<div class="span8 floatleft noMargLeft">


<form name="form" action="http://maps.google.com/maps" method="get" target="_blank">
<form name="form" action="https://maps.google.com/maps" method="get" target="_blank">
Starting Address <input type="text" id="start" value="" onblur="calcRoute();" onkeydown="calcRoute();" name="saddr"><br />
<p><strong>or</strong> select a starting campus:</p>
<ul>
Expand Down

0 comments on commit c45458c

Please sign in to comment.