From 53a8e9061c482400186c8b041be520a519795c07 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 Jan 2017 18:10:38 -0800 Subject: styling --- ext/fg/js/frame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg/js') diff --git a/ext/fg/js/frame.js b/ext/fg/js/frame.js index fc32a718..ad1c32e8 100644 --- a/ext/fg/js/frame.js +++ b/ext/fg/js/frame.js @@ -73,7 +73,7 @@ class Frame { this.showSpinner(false); window.scrollTo(0, 0); - renderText(context, 'term-list.html').then(content => { + renderText(context, 'term-grouped-list.html').then(content => { $('.content').html(content); $('.action-add-note').click(this.onAddNote.bind(this)); -- cgit v1.2.3