mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
2805e0b84b
commit
90d587905d
@ -202,7 +202,7 @@ def layout(is_single_page):
|
||||
if ncols is not Math.floor(ncols):
|
||||
n = Math.floor(ncols)
|
||||
dw = n*col_width + (n-1)*gap
|
||||
data = {'col_with':col_width, 'gap':gap, 'scrollWidth':document.body.scrollWidth, 'ncols':ncols, 'desired_width':dw}
|
||||
data = {'col_width':col_width, 'gap':gap, 'scrollWidth':document.body.scrollWidth, 'ncols':ncols, 'desired_width':dw}
|
||||
return data
|
||||
data = check_column_widths()
|
||||
if data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user