Clear group tags list on create click
| @@ -1251,7 +1251,7 @@ function onCharacterCreateClick() { | ||
| 1251 | 1251 | } |
| 1252 | 1252 | |
| 1253 | 1253 | function onGroupCreateClick() { |
| 1254 | - // Nothing to do here at the moment. Tags in group interface get automatically redrawn. | |
| 1254 | + $('#groupTagList').empty(); | |
| 1255 | 1255 | } |
| 1256 | 1256 | |
| 1257 | 1257 | export function applyTagsOnCharacterSelect(chid = null) { |