Fixed https address for twitter script
This commit is contained in:
parent
0f46218b22
commit
854e804b48
@ -14,7 +14,7 @@ define([
|
|||||||
var init = function() {
|
var init = function() {
|
||||||
if(isLoaded === false && isOffline === false) {
|
if(isLoaded === false && isOffline === false) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://platform.twitter.com/widgets.js',
|
url: 'https://platform.twitter.com/widgets.js',
|
||||||
dataType: "script"
|
dataType: "script"
|
||||||
}).done(function() {
|
}).done(function() {
|
||||||
isLoaded = true;
|
isLoaded = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user