summaryrefslogtreecommitdiff
path: root/maps-extra.js
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-08-04 21:40:34 +0100
committerComment <tim@gray.(none)>2013-08-04 21:40:34 +0100
commit95792250582b53d129ffaeec44765b2a16b1f9cc (patch)
treeabb15f71ce03f599f68916299289481e770eceb3 /maps-extra.js
parent73c5d1fbc23047f628da95a724aa6b61af3b44d5 (diff)
added ?b=x queryHEADmaster
Diffstat (limited to 'maps-extra.js')
-rwxr-xr-xmaps-extra.js8
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.