diff options
| author | Comment <tim@gray.(none)> | 2013-08-04 21:40:34 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-04 21:40:34 +0100 |
| commit | 95792250582b53d129ffaeec44765b2a16b1f9cc (patch) | |
| tree | abb15f71ce03f599f68916299289481e770eceb3 /maps-extra.js | |
| parent | 73c5d1fbc23047f628da95a724aa6b61af3b44d5 (diff) | |
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. |
