site/js/docurium.js in docurium-0.3.1 vs site/js/docurium.js in docurium-0.3.2

- old
+ new

@@ -632,10 +632,10 @@ // it once if (this.changelogView == undefined) { this.changelogView = new ChangelogView({model: this.doc}) } this.doc.setVersion() - this.mainView.setActive(this.ChangelogView) + this.mainView.setActive(this.changelogView) }, }); function functionLink(gname, fname, version) { return version + "/group/" + gname + '/' + fname