Skip to content

Commit 52bd749

Browse files
committed
chore: remove google analytics script
1 parent fe4a1e3 commit 52bd749

File tree

1 file changed

+6
-33
lines changed

1 file changed

+6
-33
lines changed

docs/content/appendices/appendices_intro.html

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
</script>
3030
<script src="../../Resources/Scripts/MadCapAll.js">
3131
</script>
32-
3332
</head>
3433
<body>
3534
<p class="MCWebHelpFramesetLink MCWebHelpFramesetLinkTop">
@@ -57,7 +56,7 @@ <h1 class="sectionTitle">
5756
<p class="intro">
5857
本节包含使用时可能需要的补充参考信息
5958
<span class="CustomProduct">
60-
Nuke
59+
Nuke
6160
</span>
6261
.
6362
</p>
@@ -80,7 +79,7 @@ <h1>
8079
</a>
8180
列出支持的首选项
8281
<span class="CustomProduct">
83-
Nuke
82+
Nuke
8483
</span>
8584
.
8685
</p>
@@ -97,7 +96,7 @@ <h1>
9796
</a>
9897
列出您可以使用的键盘快捷键,以便更快更容易地访问
9998
<span class="CustomProduct">
100-
Nuke
99+
Nuke
101100
</span>
102101
的特点。您也可以通过选择来打开应用程序中的键盘快捷键列表
103102
<b>
@@ -126,7 +125,7 @@ <h1>
126125
</a>
127126
列出图像、视频和音频文件格式
128127
<span class="CustomProduct">
129-
Nuke
128+
Nuke
130129
</span>
131130
支持。
132131
</p>
@@ -143,7 +142,7 @@ <h1>
143142
</a>
144143
列出中使用的第三方库
145144
<span class="CustomProduct">
146-
Nuke
145+
Nuke
147146
</span>
148147
,以及他们的执照。
149148
</p>
@@ -160,7 +159,7 @@ <h1>
160159
</a>
161160
向您显示控制使用的最终用户许可协议
162161
<span class="CustomProduct">
163-
Nuke
162+
Nuke
164163
</span>
165164
软件和此文档。
166165
</p>
@@ -188,30 +187,4 @@ <h1>
188187
</div>
189188
</div>
190189
</body>
191-
<script type="text/javascript">
192-
/* <![CDATA[ */
193-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
194-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
195-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
196-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
197-
ga('create', 'UA-60569477-1', {'cookieDomain': 'none'});
198-
/* ]]> */
199-
</script>
200-
<script type="text/javascript">
201-
/* <![CDATA[ */
202-
$("document").ready(function ()
203-
{
204-
function postMe()
205-
{
206-
var cust = document.getElementById("search-field").value;
207-
console.log(cust);
208-
ga('send', 'event', "Nuke", "search", cust, 9);
209-
}
210-
var submitButton = $(".search-submit");
211-
submitButton.click(function() { postMe(); return true; } );
212-
var submit = $("input#search-field");
213-
submit.keypress(function(e) { if(e.keyCode==13) { postMe(); } return true; } );
214-
});
215-
/* ]]> */
216-
</script>
217190
</html>

0 commit comments

Comments
 (0)