one more update for https
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 22 Oct 2014 18:58:06 +0000 (14:58 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 22 Oct 2014 18:58:06 +0000 (14:58 -0400)
js/app.js
js/custom/weather-widget.js

index c68c15d..b63120d 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -73,7 +73,7 @@ function get_footer_position() {
                 $('.weather-widget-mobile').css({'display': 'none'});
             }
             else {
-                $('.weather-widget-mobile-inner').html('<iframe src="http://weatherfor.us/load.php?skin=mini&amp;bg_color=transparent&amp;txt_color=%23ffffff" style="overflow: hidden; display: block; border: 0px none; width: 210px; height: 200px;" allowtransparency="true" frameborder="0"></iframe><div style="display: block; position: absolute; top: 0; left: 0; background: #fff; cursor: pointer;opacity: 0.001; filter:alpha(opacity=0.1);-moz-opacity: 0.001; -webkit-opacity: 0.001; -o-opacity: 0.001;width: 100%; height: 200px;"></di');
+                $('.weather-widget-mobile-inner').html('<iframe src="//weatherfor.us/load.php?skin=mini&amp;bg_color=transparent&amp;txt_color=%23ffffff" style="overflow: hidden; display: block; border: 0px none; width: 210px; height: 200px;" allowtransparency="true" frameborder="0"></iframe><div style="display: block; position: absolute; top: 0; left: 0; background: #fff; cursor: pointer;opacity: 0.001; filter:alpha(opacity=0.1);-moz-opacity: 0.001; -webkit-opacity: 0.001; -o-opacity: 0.001;width: 100%; height: 200px;"></di');
                 $('.weather-widget-mobile').css({'display': 'block'});
             }
             return false;
index 9392fc3..7e5f7e2 100644 (file)
@@ -26,7 +26,7 @@ $(function () {
                 $('.weather-widget-mobile').css({'display': 'none'});
             }
             else {
-                $('.weather-widget-mobile-inner').html('<iframe src="http://weatherfor.us/load.php?skin=mini&amp;bg_color=transparent&amp;txt_color=%23ffffff" style="overflow: hidden; display: block; border: 0px none; width: 210px; height: 200px;" allowtransparency="true" frameborder="0"></iframe><div style="display: block; position: absolute; top: 0; left: 0; background: #fff; cursor: pointer;opacity: 0.001; filter:alpha(opacity=0.1);-moz-opacity: 0.001; -webkit-opacity: 0.001; -o-opacity: 0.001;width: 100%; height: 200px;"></di');
+                $('.weather-widget-mobile-inner').html('<iframe src="//weatherfor.us/load.php?skin=mini&amp;bg_color=transparent&amp;txt_color=%23ffffff" style="overflow: hidden; display: block; border: 0px none; width: 210px; height: 200px;" allowtransparency="true" frameborder="0"></iframe><div style="display: block; position: absolute; top: 0; left: 0; background: #fff; cursor: pointer;opacity: 0.001; filter:alpha(opacity=0.1);-moz-opacity: 0.001; -webkit-opacity: 0.001; -o-opacity: 0.001;width: 100%; height: 200px;"></di');
                 $('.weather-widget-mobile').css({'display': 'block'});
             }
             return false;