switchPanelMode: fix typo
This commit is contained in:
parent
533bd7b73f
commit
8853f0ed5b
|
@ -926,7 +926,7 @@ function switchPanelMode(wide) {
|
|||
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
|
||||
height: '50%',
|
||||
borderLeftWidth: '0px',
|
||||
borderTopWidthidth: '1px'});
|
||||
borderTopWidth: '1px'});
|
||||
|
||||
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue