fix: remove unused variable and symbol

pull/36626/head
ChengXiangdong 2022-09-06 16:33:16 +08:00
parent 9c5b45db12
commit 508f53d547
1 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ $( document ).ready(function() {
function updateParams(paramHash) {
var urlWithoutQuery = window.location.href.split('?')[0];
var urlHash = window.location.hash;
window.history.pushState(null,null, urlWithoutQuery + "?" + $.param(paramHash) + window.location.hash);
}
@ -158,7 +157,7 @@ $( document ).ready(function() {
permalink.removeClass("hide");
}).mouseleave(function(){
permalink.addClass("hide");
});;
});
});
};