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:
parent
595f35a1a5
commit
0330d01a49
5 changed files with 49 additions and 57 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue