Always update help
This commit is contained in:
@@ -98,7 +98,8 @@ p.subtitle { margin-top: 0.2em; }
|
|||||||
td { padding: 0.2em 1em 0.2em 0.1em; }
|
td { padding: 0.2em 1em 0.2em 0.1em; }
|
||||||
#meta td:nth-child(2) { font-weight: bold }
|
#meta td:nth-child(2) { font-weight: bold }
|
||||||
.help-links td { padding: 0.5em; }
|
.help-links td { padding: 0.5em; }
|
||||||
.help-links tr:nth-child(even) { background: #ddd; }
|
.help-links tr:nth-child(even) { background: #DDD; }
|
||||||
|
.help-links tr:nth-child(odd) { background: #F9F9F9; }
|
||||||
.help-links .notyet { color: #D11; }
|
.help-links .notyet { color: #D11; }
|
||||||
.help-links .done { color: #3AE48C; }
|
.help-links .done { color: #3AE48C; }
|
||||||
|
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ def import_update():
|
|||||||
print('')
|
print('')
|
||||||
if len(needs_update) > 0:
|
if len(needs_update) > 0:
|
||||||
combine_and_update(needs_update)
|
combine_and_update(needs_update)
|
||||||
|
html_root.gen_help()
|
||||||
if len(then_delete) > 0:
|
if len(then_delete) > 0:
|
||||||
print('cleanup _in folder ...')
|
print('cleanup _in folder ...')
|
||||||
for x in then_delete:
|
for x in then_delete:
|
||||||
|
|||||||
Reference in New Issue
Block a user