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);

View File

@ -169,7 +169,7 @@
<name>Plugins</name>
<short_description></short_description>
<type>short_text_multiple</type>
<add_item_text>Add Plugin</add_item_text>
<add_item_text>Add plugin</add_item_text>
</item>
</section>