Commit 6e93251a by Scott

Move category dropdown higher to prevent browser bug

Browsers don't move <select> dropdowns when the page shifts.
Fixes #808
parent d5c80b50
......@@ -268,7 +268,7 @@ if (qa_using_categories() && count($categories)) {
if (!qa_opt('allow_no_category')) // don't auto-select a category even though one is required
$field['options'][''] = '';
qa_array_insert($qa_content['form']['fields'], 'content', array('category' => $field));
qa_array_insert($qa_content['form']['fields'], 'similar', array('category' => $field));
}
if (qa_opt('extra_field_active')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment