Using Google Analytics ga.js over SSL

This commit is contained in:
benweet 2013-10-10 01:04:37 +01:00
parent d91b761f11
commit a60748c8b5
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ define([
gaUrl = "/u/ga_debug.js";
}
$.ajax({
url: "http://www.google-analytics.com" + gaUrl,
url: "https://ssl.google-analytics.com" + gaUrl,
dataType: "script"
}).done(function() {
isLoaded = true;

View File

@ -60,7 +60,7 @@ define([
title: "Menu",
content: [
"<p>Use the <i class='icon-provider-stackedit'></i> menu to synchronize your document on <i class='icon-provider-gdrive'></i> <code>Google Drive</code> or <i class='icon-provider-dropbox'></i> <code>Dropbox</code>.</p>",
"Use also this menu to publish your document on <i class='icon-provider-github'></i> <code>GitHub</code>, <i class='icon-provider-blogger'></i> <code>Blogger</code>, <i class='icon-provider-wordpress'></i> <code>WordPress</code>..."
"Use also this menu to publish your document on <i class='icon-provider-github'></i> <code>GitHub</code>, <i class='icon-provider-blogger'></i> <code>Blogger</code>..."
].join(''),
placement: "right",
reflex: true,
@ -75,7 +75,7 @@ define([
{
element: "#extension-buttons .button-publish",
title: "Update publications",
content: "Once published, use the <i class='icon-share'></i> <code>Publish</code> button to update your publications.",
content: "Once published, use the <i class='icon-share'></i> <code>Publish</code> button to update your publication.",
placement: "bottom",
reflex: true,
},