Skip to content

Commit 6f49049

Browse files
authored
add librarycarpentry.org to matomo settings
1 parent ca35a7c commit 6f49049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
var _paq = window._paq = window._paq || [];
1212
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
1313
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
14-
_paq.push(["setDomains", ["*.lessons.carpentries.org","*.datacarpentry.github.io","*.datacarpentry.org","*.librarycarpentry.github.io","*.swcarpentry.github.io"]]);
14+
_paq.push(["setDomains", ["*.lessons.carpentries.org","*.datacarpentry.github.io","*.datacarpentry.org","*.librarycarpentry.github.io","*.librarycarpentry.org","*.swcarpentry.github.io"]]);
1515
_paq.push(["setDoNotTrack", true]);
1616
_paq.push(["disableCookies"]);
1717
_paq.push(['trackPageView']);

0 commit comments

Comments
 (0)