mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-03 11:20:37 -04: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);
|
// Event.observe(href,'click',Config._browse);
|
||||||
// frag.appendChild(href);
|
// frag.appendChild(href);
|
||||||
// }
|
// }
|
||||||
frag.appendChild(Builder.node('br'));
|
// frag.appendChild(Builder.node('br'));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'select':
|
case 'select':
|
||||||
@ -289,7 +289,7 @@ var Config ={
|
|||||||
item.options,
|
item.options,
|
||||||
ConfigInitialValues.getValue(itemId) || item.default_value,
|
ConfigInitialValues.getValue(itemId) || item.default_value,
|
||||||
item.short_description));
|
item.short_description));
|
||||||
frag.appendChild(Builder.node('br'));
|
// frag.appendChild(Builder.node('br'));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
alert('This should not happen (1)');
|
alert('This should not happen (1)');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user