Skip to content
Snippets Groups Projects
Commit fe9f275f authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Bugfix: show hidden search results.

parent 4e7e2a9c
No related branches found
Tags version-rwaVol_II-8.1
2 merge requests!200Release 1.0.0-alpha to main,!120integrate RWA improvements
...@@ -155,7 +155,7 @@ let $return := ...@@ -155,7 +155,7 @@ let $return :=
}</div> }</div>
, ,
if($hitCount gt 3) if($hitCount gt 3)
then(<div class="showMore" onclick="Ext.Element(this).parent().select('div').show(); Ext.Element(this).hide();">{if ($lang = 'de') then ('Alle Treffer zeigen') else ('show all hits')}</div>) then(<div class="showMore" onclick="$(this).parent().find('div').show(); $(this).hide();">{if ($lang = 'de') then ('Alle Treffer zeigen') else ('show all hits')}</div>)
else() else()
)}</div> )}</div>
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment