diff --git a/src/js/_layout.js b/src/js/_layout.js index 26c18b8..9135c86 100755 --- a/src/js/_layout.js +++ b/src/js/_layout.js @@ -4,7 +4,7 @@ import $ from 'jquery'; import Events from './_events'; -const LayoutUI = (($) => { +const LayoutUI = ($ => { // Constants const W = window; const D = document; @@ -37,27 +37,11 @@ const LayoutUI = (($) => { ); /*google analytics */ - /*(function(i, s, o, g, r, a, m) { - i['GoogleAnalyticsObject'] = r; - (i[r] = - i[r] || - function() { - (i[r].q = i[r].q || []).push(arguments); - }), - (i[r].l = 1 * new Date()); - (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]); - a.async = 1; - a.src = g; - m.parentNode.insertBefore(a, m); - })( - window, - document, - 'script', - '//www.google-analytics.com/analytics.js', - 'ga', - ); - ga('create', 'UA-********-*', 'auto'); - ga('send', 'pageview');*/ + + /*$.getScript('https://www.google-analytics.com/analytics.js', () => { + ga('create', 'UA-********-*', 'auto'); + ga('send', 'pageview'); + });*/ } static dispose() {