mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-08-02 06:38:22 -05:00
Updated analytics ID in documentation.
This commit is contained in:
parent
397730659f
commit
9646efb98e
333 changed files with 1959 additions and 2547 deletions
|
@ -13,7 +13,7 @@
|
|||
<RootNamespace>Documentation</RootNamespace>
|
||||
<Name>Documentation</Name>
|
||||
<!-- SHFB properties -->
|
||||
<FrameworkVersion>.NET Framework 4.7.1</FrameworkVersion>
|
||||
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
|
||||
<OutputPath>docs\</OutputPath>
|
||||
<HtmlHelpName>Documentation</HtmlHelpName>
|
||||
<Language>en-US</Language>
|
||||
|
@ -41,22 +41,21 @@
|
|||
<BinaryTOC>True</BinaryTOC>
|
||||
<IncludeFavorites>False</IncludeFavorites>
|
||||
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
|
||||
<WebsiteAdContent>&lt%3b!-- Matomo --&gt%3b
|
||||
&lt%3bscript type=&quot%3btext/javascript&quot%3b&gt%3b
|
||||
<WebsiteAdContent>&lt%3bscript type=&quot%3btext/javascript&quot%3b&gt%3b
|
||||
var _paq = window._paq = window._paq || []%3b
|
||||
/%2a tracker methods like &quot%3bsetCustomDimension&quot%3b should be called before &quot%3btrackPageView&quot%3b %2a/
|
||||
_paq.push%28[&#39%3btrackPageView&#39%3b]%29%3b
|
||||
_paq.push%28[&#39%3benableLinkTracking&#39%3b]%29%3b
|
||||
%28function%28%29 {
|
||||
var u=&quot%3b//t.thebreadsticks.com/&quot%3b%3b
|
||||
_paq.push%28[&#39%3bsetTrackerUrl&#39%3b, u+&#39%3bmatomo.php&#39%3b]%29%3b
|
||||
_paq.push%28[&#39%3bsetSiteId&#39%3b, &#39%3b7&#39%3b]%29%3b
|
||||
_paq.push%28[&#39%3bsetTrackerUrl&#39%3b, u+&#39%3bjs/&#39%3b]%29%3b
|
||||
_paq.push%28[&#39%3bsetSiteId&#39%3b, &#39%3b6&#39%3b]%29%3b
|
||||
var d=document, g=d.createElement%28&#39%3bscript&#39%3b%29, s=d.getElementsByTagName%28&#39%3bscript&#39%3b%29[0]%3b
|
||||
g.type=&#39%3btext/javascript&#39%3b%3b g.async=true%3b g.src=u+&#39%3bmatomo.js&#39%3b%3b s.parentNode.insertBefore%28g,s%29%3b
|
||||
g.type=&#39%3btext/javascript&#39%3b%3b g.async=true%3b g.src=u+&#39%3bjs/&#39%3b%3b s.parentNode.insertBefore%28g,s%29%3b
|
||||
}%29%28%29%3b
|
||||
&lt%3b/script&gt%3b
|
||||
&lt%3b!-- End Matomo Code --&gt%3b</WebsiteAdContent>
|
||||
&lt%3b/script&gt%3b</WebsiteAdContent>
|
||||
<AppendMarkdownFileExtensionsToUrls>False</AppendMarkdownFileExtensionsToUrls>
|
||||
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
|
||||
</PropertyGroup>
|
||||
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
||||
the build. The others are optional common platform types that may appear. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue