mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-07 10:21:00 +01:00
proceed if plugin-definitions.json didn't load properly
This commit is contained in:
parent
8bf481f27b
commit
208d88cc03
@ -78,6 +78,9 @@ if (exports.isClient) {
|
||||
exports.hooks = exports.extractHooks(exports.parts, "client_hooks");
|
||||
exports.loaded = true;
|
||||
cb();
|
||||
}).error(function(xhr, s, err){
|
||||
console.error("Failed to load plugin-definitions: " + err);
|
||||
cb();
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user