Skip to content

Commit

Permalink
Always use HTTPS to prevent warning when loading on HTTPS sites
Browse files Browse the repository at this point in the history
  • Loading branch information
L42y committed Nov 19, 2013
1 parent c8c00b7 commit c1603e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medallion.js
Expand Up @@ -115,7 +115,7 @@ Jam.Medallion.prototype.fetch = function(element) {
var medallion = this;

Jam.getJSONP(
'http://api.thisismyjam.com/1/' + this.username + '.json?callback=',
'https://api.thisismyjam.com/1/' + this.username + '.json?callback=',

function(json) {
medallion.setJSON(json);
Expand Down

0 comments on commit c1603e0

Please sign in to comment.