Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit aa23989

Browse files
fix script url
Co-Authored-By: Diego Antonelli <45102481+diego-antonelli@users.noreply.github.com>
1 parent 63d3596 commit aa23989

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/GoogleAnalytics.mpk

1 Byte
Binary file not shown.

src/GoogleAnalytics/widget/MasterPageTracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ define("GoogleAnalytics/widget/MasterPageTracker", [
6363

6464
_insertGoogleAnalytics: function () {
6565
logger.debug(this.id + "._insertGoogleAnalytics");
66-
this._addGoogle(window, document, "script", "https//www.google-analytics.com/analytics.js", "ga");
66+
this._addGoogle(window, document, "script", "https://www.google-analytics.com/analytics.js", "ga");
6767

6868
if (typeof window.mxGoogleAnalytics === "undefined") {
6969
this._replaceTags(this.uaTrackCode, lang.hitch(this, function (text) {

test/widgets/GoogleAnalytics.mpk

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)