From f1e078c7d8fa09e8471e66b245afb80a1b78cc6b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 5 May 2016 21:36:50 -0700 Subject: Removing flicker --- util/tmpl/term-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/tmpl/term-list.html') 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}} -- cgit v1.2.3