disable app insights (service broken)

This commit is contained in:
Michal Moskal 2015-04-21 17:04:31 -07:00
Родитель cddc7c9c51
Коммит d5ace609b0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -109,6 +109,7 @@ statusMsg("browser detector finished");
</script>
<script id='mainScript' src="./main.js" type="text/javascript"></script>
</div>
<!--
<script type="text/javascript">
var appInsights = window.appInsights || function (config) {
function s(config) { t[config] = function () { var i = arguments; t.queue.push(function () { t[config].apply(t, i) }) } } var t = { config: config }, r = document, f = window, e = "script", o = r.createElement(e), i, u; for (o.src = config.url || "//az416426.vo.msecnd.net/scripts/a/ai.0.js", r.getElementsByTagName(e)[0].parentNode.appendChild(o), t.cookie = r.cookie, t.queue = [], i = ["Event", "Exception", "Metric", "PageView", "Trace"]; i.length;) s("track" + i.pop()); return config.disableExceptionTracking || (i = "onerror", s("_" + i), u = f[i], f[i] = function (config, r, f, e, o) { var s = u && u(config, r, f, e, o); return s !== !0 && t["_" + i](config, r, f, e, o), s }), t
@ -118,5 +119,6 @@ var appInsights = window.appInsights || function (config) {
window.tdAppInsights = appInsights;
tdAppInsights.trackPageView();
</script>
-->
</body>
</html>