Disable hiding page navigation on idle

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-08 21:52:25 -04:00
parent d3041eb2d5
commit 8c96567094
3 changed files with 4 additions and 1 deletions

View File

@@ -285,6 +285,7 @@
* Allow searching documents by UUID.
* Improve search negation logic.
* Add support for search field transformations.
* Disable hiding page navigation on idle.
3.1.11 (2019-04-XX)
===================

View File

@@ -714,6 +714,7 @@ Other changes
- Improve search negation logic. Only dashes at the start of terms and
outside of quotes are now interpreted as negation.
- Add support for search field transformations.
- Disable hiding page navigation on idle.
Removals

View File

@@ -22,8 +22,9 @@ class MayanImage {
'fullScreen',
'close',
],
idleTime: false,
infobar: true,
selector: 'a.fancybox'
selector: 'a.fancybox',
});
$('img.lazy-load').lazyload({