The 'tags' box actually has a different ID.
This commit is contained in:
parent
51c145d5c9
commit
866d39a68e
@ -44,5 +44,5 @@ function tageditcloud_toggle_tag(ele,fullTag) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
taglist.value = tags.join(' ');
|
taglist.value = tags.join(' ');
|
||||||
document.getElementById('tags').focus();
|
document.getElementById('tag_editor').focus();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user