mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 06:05:56 -05:00
Lame atempt to fix the stair case mis-alignment shown Scanning in
picture 3 of ticket #181
This commit is contained in:
parent
8985e36419
commit
3ba6992c2b
@ -280,7 +280,7 @@ var Config ={
|
||||
// Event.observe(href,'click',Config._browse);
|
||||
// frag.appendChild(href);
|
||||
// }
|
||||
frag.appendChild(Builder.node('br'));
|
||||
// frag.appendChild(Builder.node('br'));
|
||||
}
|
||||
break;
|
||||
case 'select':
|
||||
@ -289,7 +289,7 @@ var Config ={
|
||||
item.options,
|
||||
ConfigInitialValues.getValue(itemId) || item.default_value,
|
||||
item.short_description));
|
||||
frag.appendChild(Builder.node('br'));
|
||||
// frag.appendChild(Builder.node('br'));
|
||||
break;
|
||||
default:
|
||||
alert('This should not happen (1)');
|
||||
|
Loading…
Reference in New Issue
Block a user