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
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
$(document).ready(function(){
updateMapExtent();
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(){
if(typeof searchResults !== "undefined" && searchResults.length > 0){
$("body").css("visibility", "visible");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment