mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Always look for debug alerts() before comitting.
This commit is contained in:
parent
40ebd3e7c8
commit
54388b4ab8
@ -331,7 +331,7 @@ var Config ={
|
||||
}
|
||||
},
|
||||
_browse: function(e) {
|
||||
alert('Browse');
|
||||
alert('Here goes UI to browse for files and dirs');
|
||||
},
|
||||
_showAdvancedConfig: function (e) {
|
||||
Element.toggle('advanced_config_button');
|
||||
@ -452,7 +452,6 @@ function saveForm() {
|
||||
} else {
|
||||
multiple[input.name] = [value];
|
||||
}
|
||||
alert(value);
|
||||
} else {
|
||||
if (DEBUG) {
|
||||
debug(input.id,input.value);
|
||||
|
Loading…
Reference in New Issue
Block a user