Skip to content

Commit

Permalink
Merge pull request #2000 from wilaw/development
Browse files Browse the repository at this point in the history
Removing hard-coded protocol on github buttons
  • Loading branch information
wilaw committed Jun 9, 2017
2 parents 268c73a + d3fb636 commit 1f68ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/dash-if-reference-player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<!-- Using iframe to solve pre-flight request issue from GIT-->
<div class="top-buttons">
<iframe id="star-button"
src="http://ghbtns.com/github-btn.html?user=Dash-Industry-Forum&repo=dash.js&type=watch&count=true&size=large"
src="//ghbtns.com/github-btn.html?user=Dash-Industry-Forum&repo=dash.js&type=watch&count=true&size=large"
height="30" width="150">
</iframe>
<iframe id="fork-button"
src="http://ghbtns.com/github-btn.html?user=Dash-Industry-Forum&repo=dash.js&type=fork&count=true&size=large"
src="//ghbtns.com/github-btn.html?user=Dash-Industry-Forum&repo=dash.js&type=fork&count=true&size=large"
height="30" width="150" >
</iframe>
</div>
Expand Down

0 comments on commit 1f68ce7

Please sign in to comment.