var gitbook = window.gitbook;
/*
*/
var iconSVg = ''
function requestCount(targetUrl) {
return $.ajax('https://hitcounter.pythonanywhere.com/count',{
data:{url:encodeURIComponent(targetUrl)},
})
}
require(["gitbook", "jQuery"], function (gitbook, $) {
function resetViewCount() {
var bookHeader = $('.book-header')
var lastChild = bookHeader.children().last()
var renderWrapper = $('