move egw_(message|app_header) from jsapi.js to egw_message.js available as egw(window).message(_msg, _type) and make it usable in popups too

This commit is contained in:
Ralf Becker
2014-02-06 15:42:33 +00:00
parent e6f96648a3
commit 6a8802fc35
5 changed files with 135 additions and 54 deletions

View File

@ -237,7 +237,7 @@ egw.extend('debug', egw.MODULE_GLOBAL, function(_app, _wnd) {
log_on_client('error', [e.originalEvent.message]);
raise_error();
// rethrow error to let browser log and show it in usual way too
throw e;
throw e.originalEvent;
});
/**