diff --git a/static/abaev.js b/static/abaev.js index bbaeac6..588ab7e 100644 --- a/static/abaev.js +++ b/static/abaev.js @@ -13,7 +13,7 @@ $( document ).ready(function() { // init Infinite Scroll $('main').infiniteScroll({ path: '.pagination__next', - append: '.abv-entry', + append: 'div.abv-lex', //status: '.scroller-status', //hideNav: '.pagination', }); diff --git a/xq/restx_dict_cached.xq b/xq/restx_dict_cached.xq index 4dd41bb..8170228 100644 --- a/xq/restx_dict_cached.xq +++ b/xq/restx_dict_cached.xq @@ -526,7 +526,7 @@ declare %rest:path("{$lang}/dict") return if (exists($sd) and $sd($sn)('entry') = $doc/@xml:id) then abv-m:make-html($sd($sn)('tei'), $lang) else doc(`abaevdict_{$lang}/html/{$doc/@xml:id}.html`) - return ( + return
{( (: Block with icons to the left of entry (floating) :)
{ @@ -542,7 +542,7 @@ declare %rest:path("{$lang}/dict") then }
, - $html) + $html)}
}