Automatic tags didn't appear in tag selector (since 1.0.4)
This commit is contained in:
parent
d11c7fee10
commit
4d8637bc98
|
@ -44,7 +44,7 @@
|
|||
<getter>
|
||||
<![CDATA[
|
||||
var types = [0];
|
||||
if (this.showAutomatic == 'true') {
|
||||
if (this.showAutomatic) {
|
||||
types.push(1);
|
||||
}
|
||||
return types;
|
||||
|
|
Loading…
Reference in New Issue
Block a user