RandomSec/OpenRefine/extensions/wikidata/module/scripts/wikidata-extension-manager.js

7 lines
234 B
JavaScript
Raw Normal View History

2022-01-30 23:08:52 +01:00
// Make sure the wikibase manifests are loaded before initializing the schema UI.
Refine.registerUpdateFunction(function(options) {
WikibaseManager.loadWikibases(function () {
SchemaAlignment.onProjectUpdate(options);
});
});