mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Return true to not throw an exception if the plugin worked
This commit is contained in:
parent
bfc0c48210
commit
588c6141c9
@ -364,6 +364,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
req.onLoadFinish.call(req.sender);
|
||||
}
|
||||
});
|
||||
return true;
|
||||
}
|
||||
throw 'Invalid parameters';
|
||||
}, null, 'js');
|
||||
@ -383,6 +384,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
|
||||
// Close the document
|
||||
_wnd.document.close();
|
||||
return true;
|
||||
}
|
||||
throw 'Invalid parameters';
|
||||
}, null, 'html');
|
||||
|
Loading…
Reference in New Issue
Block a user