Skip to content

Commit

Permalink
image rotation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Van Oyen committed Jun 29, 2016
1 parent cf036fd commit 90c3554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var toggleHam = function(e) {
}
};

if ((window.location+'').indexOf("/map") == -1)
if ((window.location+'').replace("://","").indexOf("/map") == -1)
document.body.style.background=[
'url(/images/splash/sky-clouds-field-blue-min.jpg)',
'url(/images/splash/field-yellow-blur-grain-min.jpg)',
Expand Down

0 comments on commit 90c3554

Please sign in to comment.