mirror of https://github.com/perkeep/perkeep.git
Add forgotten tag -> camliTag rename.
Change-Id: I70ae2610131981c40710728e3c1b6f1fe232f805
This commit is contained in:
parent
76b446ad40
commit
5b583ee6e8
|
@ -380,7 +380,7 @@ function onBlobDescribed(jres) {
|
|||
c.appendChild(a);
|
||||
}
|
||||
|
||||
var tags = permanodeObject.attr.tag;
|
||||
var tags = permanodeObject.attr.camliTag;
|
||||
for (idx in tags) {
|
||||
var tag = tags[idx];
|
||||
|
||||
|
|
Loading…
Reference in New Issue