Using Google Analytics ga.js over SSL
This commit is contained in:
parent
d91b761f11
commit
a60748c8b5
@ -21,7 +21,7 @@ define([
|
|||||||
gaUrl = "/u/ga_debug.js";
|
gaUrl = "/u/ga_debug.js";
|
||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "http://www.google-analytics.com" + gaUrl,
|
url: "https://ssl.google-analytics.com" + gaUrl,
|
||||||
dataType: "script"
|
dataType: "script"
|
||||||
}).done(function() {
|
}).done(function() {
|
||||||
isLoaded = true;
|
isLoaded = true;
|
||||||
|
@ -60,7 +60,7 @@ define([
|
|||||||
title: "Menu",
|
title: "Menu",
|
||||||
content: [
|
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>",
|
"<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(''),
|
].join(''),
|
||||||
placement: "right",
|
placement: "right",
|
||||||
reflex: true,
|
reflex: true,
|
||||||
@ -75,7 +75,7 @@ define([
|
|||||||
{
|
{
|
||||||
element: "#extension-buttons .button-publish",
|
element: "#extension-buttons .button-publish",
|
||||||
title: "Update publications",
|
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",
|
placement: "bottom",
|
||||||
reflex: true,
|
reflex: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user