1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Back-end hide/show of random, export and filters actions

This commit is contained in:
Yassine Guedidi 2025-02-23 10:22:49 +01:00
parent 595f35a1a5
commit 0330d01a49
5 changed files with 49 additions and 57 deletions

View file

@ -27,7 +27,7 @@ import './js/highlight';
/* Tools */
import {
savePercent, retrievePercent, initExport, initFilters, initRandom, initPreviewText,
savePercent, retrievePercent, initExport, initFilters, initPreviewText,
} from './js/tools';
/* Import shortcuts */
@ -293,7 +293,6 @@ $(document).ready(() => {
initFilters();
initExport();
initRandom();
stickyNav();
articleScroll();
initPreviewText();