pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit c0f065c85527c278859a18e33e1b9d4f4614dcc0
parent 6b33350c7e4fce5d6f91cd6ce2b7b567e81defe0
Author: Jul <jul@9o.is>
Date:   Sat, 19 Apr 2014 15:58:22 -0400

jquery and google map image through https

Diffstat:
Msrc/main/webapp/index.html | 5++---
Msrc/main/webapp/templates-hidden/base-wrap.html | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -84,7 +84,7 @@ <div class="row"> <div class="col-xs-12"> <img - src="http://maps.googleapis.com/maps/api/staticmap?center=40.736755,-74.033353&zoom=13&size=360x240&sensor=false" + src="https://maps.googleapis.com/maps/api/staticmap?center=40.736755,-74.033353&zoom=13&size=360x240&sensor=false" style="width: 100%"> </div> </div> @@ -139,4 +139,4 @@ </div> </div> </div> -</div> -\ No newline at end of file +</div> diff --git a/src/main/webapp/templates-hidden/base-wrap.html b/src/main/webapp/templates-hidden/base-wrap.html @@ -64,7 +64,7 @@ <span data-lift="embed?what=/templates-hidden/parts/footer"></span> </div> -<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script> +<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.0.min.js"></script> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAehyKUHOOWL_plRJCW8R1EdCIKCfR9jkg&sensor=true"></script> <script data-lift="Assets.js" type="text/javascript"></script> <script data-lift="NgUIRouter.js?ngApp=app" type="text/javascript"></script>