Skip to content

Commit

Permalink
remove protocol from layers json request
Browse files Browse the repository at this point in the history
  • Loading branch information
u10int committed Feb 16, 2017
1 parent cf9b33f commit 8e92946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aerismaps-animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@

var self = this;
ajax({
url: 'http://cdn.aerisjs.com/layers.json',
url: '//cdn.aerisjs.com/layers.json',
dataType: 'json',
success: function(data) {
var groups = [];
Expand Down
Loading

0 comments on commit 8e92946

Please sign in to comment.