Skip to content
Snippets Groups Projects
Commit 678e2ebd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Die Anzahl der anzuzeigenden Ergebnisse (in der MetaGer Suche) auf 10 angehoben

parent 45a47685
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
$(document).ready(function(){ $(document).ready(function(){
updateMapExtent(); updateMapExtent();
var q = '{{$search}}'; var q = '{{$search}}';
var url = '/' + q + '/' + encodeURI(extent[0]) + '/' + encodeURI(extent[1]) + '/' + encodeURI(extent[2]) + '/' + encodeURI(extent[3]) + '/' + true + '/3'; var url = '/' + q + '/' + encodeURI(extent[0]) + '/' + encodeURI(extent[1]) + '/' + encodeURI(extent[2]) + '/' + encodeURI(extent[3]) + '/' + true + '/10';
$.getScript(url, function(){ $.getScript(url, function(){
if(typeof searchResults !== "undefined" && searchResults.length > 0){ if(typeof searchResults !== "undefined" && searchResults.length > 0){
$("body").css("visibility", "visible"); $("body").css("visibility", "visible");
......
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