This commit is contained in:
Anders Betnér
2006-05-16 23:31:11 +00:00
parent bc05d116b0
commit 7d172fbb54
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ var Config = {
if ('Netscape' == navigator.appName) {
// Firefox et al doesn't copy registered events on an element deep clone
// Don't know if that is w3c or if IE has it right
if (hrefs.legth == 1) {
if (hrefs.length == 1) {
Event.observe(hrefs[0],'click',Config._removeItem);
} else {
Event.observe(hrefs[0],'click',Config._browse);