Skip to content

Commit

Permalink
Hotfix, mixed content http/https issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartsan committed May 5, 2017
1 parent 1d6a0f6 commit 5ab209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const store = new Vuex.Store({
loadEvents({commit}){
xhr({
method: 'GET',
url: 'http://d3r5pbxngwkvri.cloudfront.net/action_events_v2.json',
url: '//d3r5pbxngwkvri.cloudfront.net/action_events_v2.json',
json: true,
}, (err, response) => {
if (err) return;
Expand Down

0 comments on commit 5ab209d

Please sign in to comment.