mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-22 11:30:21 +00:00
scroll: remove logging #1014
This commit is contained in:
parent
85824e217f
commit
d8a1e68dd4
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
7.3.2+0dd98363fbc04746c77cd13539a0d1b3f1a9de8e
|
7.3.2+85824e217f13a7e86def63c09505d6e04cdbd358
|
|
@ -1324,7 +1324,6 @@ function initScrollPositionSaver() {
|
||||||
function savePosition(event) {
|
function savePosition(event) {
|
||||||
// #959 if we fiddle around with the history during print preview
|
// #959 if we fiddle around with the history during print preview
|
||||||
// GC will close the preview immediatley
|
// GC will close the preview immediatley
|
||||||
console.log('savePosition', event);
|
|
||||||
if (isPrintPreview) {
|
if (isPrintPreview) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue