mercurial/templates/gitweb/footer.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 10 Jan 2017 20:47:48 -0800
changeset 30765 eb7de21b15be
parent 18526 9409aeaafdc1
permissions -rw-r--r--
hgweb: call process_dates() via DOM event listener All the hgweb templates include mercurial.js in their header. All the hgweb templates have the same <script> boilerplate to run process_dates(). This patch factors that function call into mercurial.js as part of a DOMContentLoaded event listener.

<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>