Commit dedc490f authored by captainwong's avatar captainwong

baidu tongji

parent 5a5a5dce
...@@ -121,6 +121,14 @@ $("#form-upload").uploadprogress({ ...@@ -121,6 +121,14 @@ $("#form-upload").uploadprogress({
}); });
$(document).ready(function() { $(document).ready(function() {
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
var inp = $('#query').first() var inp = $('#query').first()
if (inp.length) { if (inp.length) {
var val = inp.val() var val = inp.val()
...@@ -223,15 +231,6 @@ $("#deleteModal").on("show.bs.modal", function(e) { ...@@ -223,15 +231,6 @@ $("#deleteModal").on("show.bs.modal", function(e) {
}); });
$(function() { $(function() {
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
var updateTimerID; var updateTimerID;
var updateText; var updateText;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment