mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-29 13:30:06 +02:00
Correctly show/hide publicLinkDisplay after changing dictionaries
This commit is contained in:
parent
769c6f0f15
commit
e6b973165a
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export function performSync(remoteDictionary) {
|
|||
if (success) {
|
||||
renderAll();
|
||||
document.getElementById('accountSettingsChangeDictionary').value = window.currentDictionary.externalID;
|
||||
document.getElementById('publicLinkDisplay').style.display = window.currentDictionary.settings.isPublic ? '' : 'none';
|
||||
} else {
|
||||
console.error('word sync failed');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue