awjrichards has submitted this change and it was merged.

Change subject: Increase geosearch radius to 10km
......................................................................


Increase geosearch radius to 10km

Change-Id: I588f43485cdfb998a697c34c7a182897c7f6b1f3
---
M javascripts/specials/nearby.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  awjrichards: Verified; Looks good to me, approved



diff --git a/javascripts/specials/nearby.js b/javascripts/specials/nearby.js
index 3afc695..fa416a8 100644
--- a/javascripts/specials/nearby.js
+++ b/javascripts/specials/nearby.js
@@ -25,7 +25,7 @@
        }
 
        function findResults( lat, lng ) {
-               var $content = $( '#mw-mf-nearby' ), range = 1000;
+               var $content = $( '#mw-mf-nearby' ), range = 10000;
                $.ajax( {
                        dataType: 'json',
                        url: M.getApiUrl(),

-- 
To view, visit https://gerrit.wikimedia.org/r/49833
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I588f43485cdfb998a697c34c7a182897c7f6b1f3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to