Skip to content

Commit 6676069

Browse files
chore: version up v2.1.1
1 parent d9d878a commit 6676069

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

dist/tui-floating-layer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* tui-floating-layer.min.js
3-
* @version 2.1.0
3+
* @version 2.1.1
44
* @author NHNEnt FE Development Team <dl_javascript@nhnent.com>
55
* @license MIT
66
*/

dist/tui-floating-layer.js

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* tui-floating-layer.js
3-
* @version 2.1.0
3+
* @version 2.1.1
44
* @author NHNEnt FE Development Team <dl_javascript@nhnent.com>
55
* @license MIT
66
*/
@@ -121,18 +121,7 @@ return /******/ (function(modules) { // webpackBootstrap
121121
* @ignore
122122
*/
123123
function sendHostNameToGA() {
124-
var _location = location,
125-
hostname = _location.hostname;
126-
127-
128-
_tuiCodeSnippet2['default'].imagePing('https://www.google-analytics.com/collect', {
129-
v: 1,
130-
t: 'event',
131-
tid: 'UA-115377265-9',
132-
cid: hostname,
133-
dp: hostname,
134-
dh: 'floating-layer'
135-
});
124+
_tuiCodeSnippet2['default'].sendHostname('floating-layer', 'UA-129987462-1');
136125
}
137126

138127
/**

dist/tui-floating-layer.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)