mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Spelling
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user