From 95792250582b53d129ffaeec44765b2a16b1f9cc Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 4 Aug 2013 21:40:34 +0100 Subject: added ?b=x query --- maps-extra.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'maps-extra.js') diff --git a/maps-extra.js b/maps-extra.js index a2b1f2c..f1cd2bd 100755 --- a/maps-extra.js +++ b/maps-extra.js @@ -108,13 +108,7 @@ function callback_for_resizing() { $(window).resize(function() { resize_map_and_results(); }); - // Check if the POST search variable was passed to Javascript. - if (search_posted != '') - { - // Update the search results. - onsearch(search_posted); - } - // Check if the POST quicklinks variable was passed to Javascript. + // Check if the POST quicklinks variable were passed to Javascript. if (quicklinks_posted != '') { // Update the search results. -- cgit v1.2.3