diff options
Diffstat (limited to 'maps-extra.js')
| -rwxr-xr-x | maps-extra.js | 8 |
1 files changed, 1 insertions, 7 deletions
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. |
