From fd0e98f993cbc0a0c25e1c676c79443082e056ec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Jan 2017 19:50:07 +0530 Subject: [PATCH] ... --- src/pyj/read_book/goto.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/goto.pyj b/src/pyj/read_book/goto.pyj index 60856f2ad2..e172cd46b9 100644 --- a/src/pyj/read_book/goto.pyj +++ b/src/pyj/read_book/goto.pyj @@ -25,7 +25,7 @@ def create_goto_list(onclick): return ans -def create_goto_panel(book, container, onclick, onclose): +def create_goto_panel(book, container, onclick): panel = create_goto_list(onclick) set_css(container, display='flex', flex_direction='column') set_css(panel, flex_grow='10')