Automatic tags didn't appear in tag selector (since 1.0.4)

This commit is contained in:
Dan Stillman 2008-06-04 21:52:30 +00:00
parent d11c7fee10
commit 4d8637bc98

View File

@ -44,7 +44,7 @@
<getter>
<![CDATA[
var types = [0];
if (this.showAutomatic == 'true') {
if (this.showAutomatic) {
types.push(1);
}
return types;