docs: enable 'updated' tag for resource docs

Change-Id: I070f14247088f6a88dcfdfb352615e588bf3e902
This commit is contained in:
Scott Main 2011-09-21 20:51:54 -07:00
parent 219a267408
commit 99113abd2a
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ function tryPopulateResourcesNav() {
if (tags[j] == 'new') {
listItemNode.get(0).innerHTML += '&nbsp;<span class="new">new!</span>';
break;
} else if (tags[j] == 'updated') {
listItemNode.get(0).innerHTML += '&nbsp;<span class="new">updated!</span>';
break;
}
}
listNode.append(listItemNode);