Skip to content

Commit

Permalink
Google Source should be able to work on https
Browse files Browse the repository at this point in the history
  • Loading branch information
lbesson committed Oct 31, 2014
1 parent 62dae04 commit 8916cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/plugins/GoogleSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ gxp.plugins.GoogleSource.loader = new (Ext.extend(Ext.util.Observable, {
};

var script = document.createElement("script");
script.src = "http://www.google.com/jsapi?" + Ext.urlEncode(params);
script.src = "//www.google.com/jsapi?" + Ext.urlEncode(params);

// cancel loading if monitor is not ready within timeout
var errback = options.errback || Ext.emptyFn;
Expand Down

0 comments on commit 8916cb0

Please sign in to comment.