7 lines
234 B
JavaScript
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);
|
|
});
|
|
});
|