search: pagination and scroll, add range counter, mobile version

This commit is contained in:
Pontoporeia
2026-07-03 16:53:16 +02:00
parent e607833b2e
commit 880d169e72
8 changed files with 378 additions and 116 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ var editor = new OT(document.getElementById('editor'), {
}
});
JS;
} elseif ($editType === 'apropos') {
} elseif ($editType === 'apropos' || $editType === 'about_page') {
$extraJs = ["/assets/js/app/autosave-handler.js"];
}