Mercurial > public > mercurial-scm > hg
diff mercurial/templates/static/mercurial.js @ 19957:80aa912dcb2d stable
hgweb: add missing semicolon
author | Takumi IINO <trot.thunder@gmail.com> |
---|---|
date | Thu, 24 Oct 2013 21:37:13 +0900 |
parents | aebfbb68fe92 |
children | 1bcf669084bb |
line wrap: on
line diff
--- a/mercurial/templates/static/mercurial.js Wed Oct 23 23:42:13 2013 +0800 +++ b/mercurial/templates/static/mercurial.js Thu Oct 24 21:37:13 2013 +0900 @@ -399,7 +399,7 @@ graph.canvas.height = addHeight; var dataStr = htmlText.match(/^\s*var data = (.*);$/m)[1]; - var data = JSON.parse(dataStr) + var data = JSON.parse(dataStr); if (data.length < nextPageVar) { nextPageVar = undefined; }