mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
proceed if plugin-definitions.json didn't load properly
This commit is contained in:
parent
ef248555aa
commit
1789c6e1c5
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,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…
Add table
Add a link
Reference in a new issue