Skip to content

Commit

Permalink
Added misc ids for testing and removed requirejs cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed May 15, 2015
1 parent f485b27 commit e04ebec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/html/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="col-xs-4">
</div>
<div class="col-xs-4">
<img src="button_four.png" class="result__retry"></img>
<img id="nextBtn" src="button_four.png" class="result__retry"></img>
</div>
<div class="col-xs-4">
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/client/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ html
script(src="/bower_components/geolib/dist/geolib.min.js")
script(src="/js/GoogleAnalytics.js")
script(src="/bower_components/geolocator/src/geolocator.min.js")
script(data-main='/js/main.js', src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.17/require.min.js")
script(data-main='/js/main.js', src="/js/lib/require.min.js")
body
.container
.row
.col-sm-12
img.logo(src="logo.png")
img#logo.logo(src="logo.png")
.content
block content

0 comments on commit e04ebec

Please sign in to comment.