mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-15 09:14:32 +01:00
Content server: Fix translations not being updated without clearing the browser cache
This commit is contained in:
parent
8bc874e9a6
commit
5e7d0fd42d
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ def do_update_interface_data():
|
|||
if end_type is 'load':
|
||||
data = JSON.parse(xhr.responseText)
|
||||
update_interface_data(data)
|
||||
if data.translations:
|
||||
get_translations(data.translations)
|
||||
install(data.translations)
|
||||
).send()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue