Changes for page Wörterbuch


<
From version < 7.1 >
edited by Beachvolleypedia Administrator
on 2021/06/07 20:25
To version < 8.1 >
edited by Beachvolleypedia Administrator
on 2021/06/10 19:01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  
10 10  {{html}}
11 11   <div id="dynaloadFilterThesaurus">
12 -<i>Schnellfilter Kategorie: </i>
12 +<i>Schnellfilter Kontext: </i>
13 13   </div>
14 14  <script type="text/javascript">
15 15  var loadFilter = function(divid)
... ... @@ -17,7 +17,7 @@
17 17   var xhr = new XMLHttpRequest();
18 18   xhr.open('GET', 'https://beachvolleypedia.com:8823/bvpaddons/DynaContent?entity=term');
19 19   xhr.onload = function () {
20 - document.getElementById('dynaloadFilterThesaurus').innerHTML = '<i>Schnellfilter Kategorie: </i>' + this.response;
20 + document.getElementById('dynaloadFilterThesaurus').innerHTML += this.response;
21 21   };
22 22   xhr.send();
23 23  };