RandomSec/OpenRefine/extensions/wikidata/module/scripts/wikidata-extension-manager.js
2022-01-30 23:08:52 +01:00

7 lines
234 B
JavaScript

// Make sure the wikibase manifests are loaded before initializing the schema UI.
Refine.registerUpdateFunction(function(options) {
WikibaseManager.loadWikibases(function () {
SchemaAlignment.onProjectUpdate(options);
});
});