Adjust name pop
This commit is contained in:
parent
a44dd52527
commit
7fd529dea4
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ if (!TMPlugin.InterpreterBase) {
|
|||
var namePop = this.loadTagParam("namePop");
|
||||
if (namePop) {
|
||||
var arr = namePop.split(" ");
|
||||
this.setNamePop(arr[0], arr[1]);
|
||||
this.setNamePop(arr[0].replace(/_/g, ' '), arr[1]);
|
||||
this.setNamePopOutlineColor(arr[2]);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue