Skip to content

Commit

Permalink
Use protocol independent asset URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed May 31, 2017
1 parent d82b5d3 commit dc652c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.erb
Expand Up @@ -4,9 +4,9 @@
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<%= stylesheet_link_tag '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/css/bootstrap.min.css' %>
<%= stylesheet_link_tag 'custom' %>
<%= javascript_include_tag 'http://code.jquery.com/jquery-1.11.0.min.js' %>
<%= javascript_include_tag '//code.jquery.com/jquery-1.11.0.min.js' %>
<%= javascript_include_tag 'hasbeen' %>
<%= javascript_include_tag "https://maps.googleapis.com/maps/api/js?key=AIzaSyAaMSg6gwxHyX9_dRb--bqCGKzeC6AS0yU" %>
<%= javascript_include_tag '//maps.googleapis.com/maps/api/js?key=AIzaSyAaMSg6gwxHyX9_dRb--bqCGKzeC6AS0yU' %>
<title><%= descriptive_title %></title>
</head>
<body>
Expand Down

0 comments on commit dc652c4

Please sign in to comment.