|
@@ -20,7 +20,7 @@
|
|
|
_hmt.push([
|
|
|
"_setUserTag",
|
|
|
"4873",
|
|
|
- navigator.appVersion.match(/(Chrome\/\d\d)/)[0]
|
|
|
+ navigator.appVersion.match(/(Chrome\/\d\d)/)[0],
|
|
|
]);
|
|
|
} catch (e) {
|
|
|
_hmt.push(["_setUserTag", "4873", navigator.appVersion]);
|
|
@@ -30,7 +30,7 @@
|
|
|
_hmt.push(["_setUserTag", "4889", navigator.appVersion]);
|
|
|
_hmt.push(["_setUserTag", "4894", navigator.userAgent]);
|
|
|
</script>
|
|
|
- <script src="/ckeditor/ckeditor.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>ckeditor/ckeditor.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<noscript>
|