fix: remove unused variable and symbol
parent
9c5b45db12
commit
508f53d547
|
|
@ -37,7 +37,6 @@ $( document ).ready(function() {
|
||||||
|
|
||||||
function updateParams(paramHash) {
|
function updateParams(paramHash) {
|
||||||
var urlWithoutQuery = window.location.href.split('?')[0];
|
var urlWithoutQuery = window.location.href.split('?')[0];
|
||||||
var urlHash = window.location.hash;
|
|
||||||
window.history.pushState(null,null, urlWithoutQuery + "?" + $.param(paramHash) + window.location.hash);
|
window.history.pushState(null,null, urlWithoutQuery + "?" + $.param(paramHash) + window.location.hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -158,7 +157,7 @@ $( document ).ready(function() {
|
||||||
permalink.removeClass("hide");
|
permalink.removeClass("hide");
|
||||||
}).mouseleave(function(){
|
}).mouseleave(function(){
|
||||||
permalink.addClass("hide");
|
permalink.addClass("hide");
|
||||||
});;
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue