Skip to content

Commit

Permalink
Remove protocol for the script of the soundcloud api.js definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Jan 21, 2014
1 parent 400198f commit 8b72299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/_layouts/default.html
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="/css/main.css">
<!-- endbuild -->

<script src="https://w.soundcloud.com/player/api.js" type="text/javascript"></script>
<script src="//w.soundcloud.com/player/api.js"></script>

<!-- build:js(app) js/libs.js -->
<script src="/_bower_components/q/q.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -8,6 +8,7 @@
"bootstrap-sass": "~3.0.2",
"jquery-fittext.js": "*",
"blueimp-bootstrap-image-gallery": "~3.1.0",
"fastclick": "~0.6.11"
"fastclick": "~0.6.11",
"soundcloud": "~0.1.0"
}
}

0 comments on commit 8b72299

Please sign in to comment.