From e0013130c2ada6b534307c6a9a3658544ca2347b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 14 Jun 2007 09:29:32 +0000 Subject: [PATCH 1/1] Don't try and update links on nodes whose names match member functions of the JavaScript Array object... --- public/javascripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/site.js b/public/javascripts/site.js index b610f3728..781940fa6 100644 --- a/public/javascripts/site.js +++ b/public/javascripts/site.js @@ -1,5 +1,5 @@ function updatelinks(lon,lat,zoom) { - var links = new Array(); + var links = new Object(); links['viewanchor'] = '/index.html'; //links['editanchor'] = 'edit.html'; links['uploadanchor'] = '/traces'; -- 2.43.2