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

This commit is contained in:
psychobunny
2015-03-11 15:12:16 -04:00
parent 83f89e9537
commit 9262c8b9f6

View File

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