Skip to content

Commit

Permalink
Update adaptive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushengmufc authored Dec 2, 2016
1 parent 64aebeb commit 343b87b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/adaptive.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ var adaptive = {};
return remValue * newBase;
};
})(window, adaptive);
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?b25bf95dd99f58452db28b1e99a1a46f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
if (typeof module != 'undefined' && module.exports) {
module.exports = adaptive;
} else if (typeof define == 'function' && define.amd) {
Expand Down

0 comments on commit 343b87b

Please sign in to comment.