Disable hiding page navigation on idle
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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)
|
||||
===================
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -22,8 +22,9 @@ class MayanImage {
|
||||
'fullScreen',
|
||||
'close',
|
||||
],
|
||||
idleTime: false,
|
||||
infobar: true,
|
||||
selector: 'a.fancybox'
|
||||
selector: 'a.fancybox',
|
||||
});
|
||||
|
||||
$('img.lazy-load').lazyload({
|
||||
|
||||
Reference in New Issue
Block a user