diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-05 21:36:50 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-05 21:36:50 -0700 |
commit | f1e078c7d8fa09e8471e66b245afb80a1b78cc6b (patch) | |
tree | e6dd29654f7bbf3771d57b40e9d342a3b07cd823 /util/tmpl/term-list.html | |
parent | cc33a30b5eb531651346a407040f65b9ebb8a6c8 (diff) |
Removing flicker
Diffstat (limited to 'util/tmpl/term-list.html')
-rw-r--r-- | util/tmpl/term-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/term-list.html b/util/tmpl/term-list.html index e4944a2f..5581b679 100644 --- a/util/tmpl/term-list.html +++ b/util/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each defs}} -{{> term.html root=../root options=../options}} +{{> term.html root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} |