The 'tags' box actually has a different ID.

This commit is contained in:
jgen 2014-04-24 01:15:03 -04:00
parent 51c145d5c9
commit 866d39a68e

View File

@ -44,5 +44,5 @@ function tageditcloud_toggle_tag(ele,fullTag) {
}
taglist.value = tags.join(' ');
document.getElementById('tags').focus();
document.getElementById('tag_editor').focus();
}