Download:
child 21:15ca799ea946
parent 19:1d308b29151a
20:4bfe24e85356
Anton Shestakov <av6@dwimlabs.net>, Wed, 07 Feb 2018 12:25:17 +0800
shortlog: cleanup of that one ajaxScrollInit() utility function (from hg 4.5)

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
templates/kit/shortlog.tmpl file | annotate | diff | comparison | revisions
--- a/templates/kit/shortlog.tmpl Wed Feb 07 12:21:53 2018 +0800
+++ b/templates/kit/shortlog.tmpl Wed Feb 07 12:25:17 2018 +0800
@@ -43,7 +43,7 @@
ajaxScrollInit(
'{url|urlescape}shortlog/%next%{sessionvars%urlparameter}',
'{nextentry%"{node}"}', <!-- NEXTHASH
- function (htmlText, previousVal) \{
+ function (htmlText) \{
var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
return m ? m[1] : null;
},