diff --git a/HISTORY.rst b/HISTORY.rst index fc5ad50394..2a9646c0c0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) =================== diff --git a/docs/releases/3.2.rst b/docs/releases/3.2.rst index 0adbaedb85..712b30cab1 100644 --- a/docs/releases/3.2.rst +++ b/docs/releases/3.2.rst @@ -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 diff --git a/mayan/apps/appearance/static/appearance/js/mayan_image.js b/mayan/apps/appearance/static/appearance/js/mayan_image.js index 2b87401d29..42c327375f 100644 --- a/mayan/apps/appearance/static/appearance/js/mayan_image.js +++ b/mayan/apps/appearance/static/appearance/js/mayan_image.js @@ -22,8 +22,9 @@ class MayanImage { 'fullScreen', 'close', ], + idleTime: false, infobar: true, - selector: 'a.fancybox' + selector: 'a.fancybox', }); $('img.lazy-load').lazyload({