Fire a DOM event when we have translators
This commit is contained in:
parent
0d34e34a3a
commit
b5d236fc9d
1 changed files with 4 additions and 0 deletions
|
@ -425,6 +425,10 @@ function haveTranslators(translators, type) {
|
|||
translatorTestViewsToRun[type].push(translatorTestView);
|
||||
}
|
||||
}
|
||||
|
||||
var ev = document.createEvent('HTMLEvents');
|
||||
ev.initEvent('ZoteroHaveTranslators-'+type, true, true);
|
||||
document.dispatchEvent(ev);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue