Skip to content

Commit 6e93251

Browse files
committed
Move category dropdown higher to prevent browser bug
Browsers don't move <select> dropdowns when the page shifts. Fixes #808
1 parent d5c80b5 commit 6e93251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa-include/pages/ask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
if (!qa_opt('allow_no_category')) // don't auto-select a category even though one is required
269269
$field['options'][''] = '';
270270

271-
qa_array_insert($qa_content['form']['fields'], 'content', array('category' => $field));
271+
qa_array_insert($qa_content['form']['fields'], 'similar', array('category' => $field));
272272
}
273273

274274
if (qa_opt('extra_field_active')) {

0 commit comments

Comments
 (0)