Content server: Fix translations not being updated without clearing the browser cache

This commit is contained in:
Kovid Goyal 2018-03-24 09:53:04 +05:30
parent 8bc874e9a6
commit 5e7d0fd42d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()