bump: 3.6.2

This commit is contained in:
qingwei.li 2017-04-12 23:52:25 +08:00
commit 91c6db2902
4 changed files with 17 additions and 11 deletions

View file

@ -19,7 +19,7 @@ function init (id) {
function collect () {
init(window.$docsify.ga)
window.ga('set', 'page', location.href)
window.ga('set', 'page', location.hash)
window.ga('send', 'pageview')
}