mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
fixed typo causing alert with "undefied" message, instead of an error
This commit is contained in:
@@ -354,7 +354,7 @@ function _egw_json_debug_log(_msg, _e)
|
|||||||
/* Displays an json error message */
|
/* Displays an json error message */
|
||||||
egw_json_request.prototype.jsonError = function(_msg, _e)
|
egw_json_request.prototype.jsonError = function(_msg, _e)
|
||||||
{
|
{
|
||||||
var msg = 'EGW JSON Error: '._msg;
|
var msg = 'EGW JSON Error: '+_msg;
|
||||||
|
|
||||||
//Log and show the error message
|
//Log and show the error message
|
||||||
_egw_json_debug_log(msg, _e);
|
_egw_json_debug_log(msg, _e);
|
||||||
|
Reference in New Issue
Block a user