Fixed https address for twitter script

This commit is contained in:
benweet 2014-02-02 22:07:38 +00:00
parent 0f46218b22
commit 854e804b48

View File

@ -14,7 +14,7 @@ define([
var init = function() {
if(isLoaded === false && isOffline === false) {
$.ajax({
url: 'http://platform.twitter.com/widgets.js',
url: 'https://platform.twitter.com/widgets.js',
dataType: "script"
}).done(function() {
isLoaded = true;