Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request speced#319 from halindrome/patch-2
Browse files Browse the repository at this point in the history
Support Previous Version on NOTEs
  • Loading branch information
darobin committed Jul 3, 2014
2 parents 122705d + 7944b75 commit 7032df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/w3c/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ define(
conf.rdfStatus = this.status2rdf[conf.specStatus];
}
conf.showThisVersion = (!conf.isNoTrack || conf.isTagFinding);
conf.showPreviousVersion = (/NOTE$/.test(conf.specStatus) === false && conf.specStatus !== "FPWD" && conf.specStatus !== "FPLC" && conf.specStatus !== "ED" &&
conf.showPreviousVersion = (conf.specStatus !== "FPWD" && conf.specStatus !== "FPLC" && conf.specStatus !== "ED" &&
!conf.isNoTrack);
if (conf.isTagFinding) conf.showPreviousVersion = conf.previousPublishDate ? true : false;
conf.notYetRec = (conf.isRecTrack && conf.specStatus !== "REC");
Expand Down

0 comments on commit 7032df8

Please sign in to comment.