Fix typo in Sync preventing publicLink from being set
This commit is contained in:
parent
b0646209eb
commit
f2105465df
|
@ -100,7 +100,7 @@ export function uploadWholeDictionary(asNew = false) {
|
|||
dictionary,
|
||||
}, remoteId => {
|
||||
window.currentDictionary.externalID = remoteId;
|
||||
dictionary.getElementById('publicLink').value = document.domain + window.location.pathname + remoteId.toString();
|
||||
document.getElementById('publicLink').value = document.domain + window.location.pathname + remoteId.toString();
|
||||
saveDictionary(false);
|
||||
addMessage('Dictionary Uploaded Successfully');
|
||||
renderChangeDictionaryOptions();
|
||||
|
|
Loading…
Reference in New Issue