Skip to content
Snippets Groups Projects
Commit e1c22a30 authored by srosse's avatar srosse
Browse files

OO-619: fix issue with the controller setting always some default values

parent 9349ef8f
No related branches found
No related tags found
No related merge requests found
......@@ -247,14 +247,6 @@ public class DeliveryOptionsConfigurationController extends FormBasicController
//set inherited values
} else {
boolean standard = standardModeEl.isSelected(0);
// set default values for OO-mode
if (!standard) {
jsOptionEl.select(jsKeys[1], true);
cssOptionEl.select(cssKeys[1], true);
heightEl.select(keys[0], true);
glossarEl.select("on", true);
}
// enable everything
boolean jQueryEnabled = jsOptionEl.isSelected(1);
jsOptionEl.setEnabled(!standard);
cssOptionEl.setEnabled(!standard);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment