Submitter | Alexander Plavin |
---|---|
Date | Aug. 2, 2013, 9:24 p.m. |
Message ID | <d07c92b5a8382e8182cf.1375478685@debian-alexander.dolgopa> |
Download | mbox | patch |
Permalink | /patch/1990/ |
State | Accepted |
Commit | 26943a6394d45c3ec8ee63eb3b08eadbe6a23170 |
Headers | show |
Comments
Patch
diff -r 29057a4b94c9 -r d07c92b5a838 mercurial/templates/static/mercurial.js --- a/mercurial/templates/static/mercurial.js Sat Jun 29 14:36:51 2013 +0400 +++ b/mercurial/templates/static/mercurial.js Sun Jun 30 11:48:21 2013 +0400 @@ -258,6 +258,7 @@ // We want both: date + (age) node.textContent += ' ('+agevalue+')'; } else { + node.title = node.textContent; node.textContent = agevalue; } }