Skip to content

Commit

Permalink
Remove any references to http
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 11, 2017
1 parent 5cd64c9 commit a06e7e7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion server/documents/index.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ standalone : true
<div id="carbonads-container">
<div class="carbonad">
<div id="azcarbon"></div>
<script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51619/azcarbon_2_1_0_VERTDARK"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script>
<script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "//engine.carbonads.com/z/51619/azcarbon_2_1_0_VERTDARK"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script>
</div>
</div>
<% end %>
Expand Down
4 changes: 2 additions & 2 deletions server/documents/test.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type : 'Library'
<div class="sub header">
<% if 'developments' in @getEnvironments(): %>
<% else: %>
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe class="github" src="//ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<% end %>
<%=@document.description %>
</div>
Expand Down Expand Up @@ -431,4 +431,4 @@ type : 'Library'
<%- @partial('less') %>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion server/partials/fixed-menu.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% if 'development' in @getEnvironments(): %>
<% else: %>
<div class="vertically fitted borderless item">
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe class="github" src="//ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</div>
<% end %>
<!--
Expand Down
4 changes: 2 additions & 2 deletions server/partials/header.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
data-via="semanticui">
</a>
<script type="text/javascript">
window.twttr=(function(d,s,id){var t,js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return}js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);return window.twttr||(t={_e:[],ready:function(f){t._e.push(f)}})}(document,"script","twitter-wjs"));
window.twttr=(function(d,s,id){var t,js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return}js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);return window.twttr||(t={_e:[],ready:function(f){t._e.push(f)}})}(document,"script","twitter-wjs"));
</script>
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe class="github" src="//ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<% end %>
<%=@document.description %>
</div>
Expand Down
4 changes: 2 additions & 2 deletions server/partials/tab-header.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<% end %>
</div>
<div class="advertisement">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51619/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "//engine.carbonads.com/z/51619/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions server/partials/transifex.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
ignore_class : ['code', 'anchor']
};
</script>
<script type="text/javascript" src="http://cdn.transifex.com/live.js"></script>
<% end %>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
<% end %>

0 comments on commit a06e7e7

Please sign in to comment.