after selecting a category in composer, auto-select the next field

v1.18.x
psychobunny 10 years ago
parent 83f89e9537
commit 9262c8b9f6

@ -35,6 +35,8 @@ define('composer/categoryList', function() {
if (postData.cid) {
postData.cid = this.value;
}
$('[tabindex=' + (parseInt($(this).attr('tabindex'), 10) + 1) + ']').trigger('focus');
});
};

Loading…
Cancel
Save