8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315b950 commit d6b7be5Copy full SHA for d6b7be5
resources/js/app.js
@@ -38,9 +38,9 @@ const app = new Vue({
38
39
window._hmt = window._hmt || [];
40
(function() {
41
- var hm = document.createElement("script");
+ let hm = document.createElement("script");
42
hm.src = window.AppConfig.baidu_statistics_url;
43
- var s = document.getElementsByTagName("script")[0];
+ let s = document.getElementsByTagName("script")[0];
44
s.parentNode.insertBefore(hm, s);
45
})();
46
}
0 commit comments