同步 timeline

This commit is contained in:
Vanessa
2013-02-01 15:34:21 +08:00
parent f0b9b79d4b
commit 70f3148608
12 changed files with 36 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ var timeline = {
if (year !== $this.data("year")) {
year = $this.data("year");
$this.before("<li class='close year' onclick='timeline.toggleArchives(this, " +
year + ")'>" + year + "</div></li>");
year + ")'>" + year + "</li>");
}
});

File diff suppressed because one or more lines are too long