aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 18:10:38 -0800
commit53a8e9061c482400186c8b041be520a519795c07 (patch)
treef503b6aad323a36579a76b65f62e3e3b14c3dece /ext/fg/js
parent148291d3a7cea096317c1c8d22f06f6e18cfdcfb (diff)
styling
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/frame.js2
1 files changed, 1 insertions, 1 deletions
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));