diff --git a/1.sources/MyHealth/docroot/header.xhtml b/1.sources/MyHealth/docroot/header.xhtml index 3942007..02bed27 100644 --- a/1.sources/MyHealth/docroot/header.xhtml +++ b/1.sources/MyHealth/docroot/header.xhtml @@ -25,6 +25,10 @@ function startLogin() { PF('btnLogin').disable(); } + + function onAjaxError() { + alert('Ajax error'); + } @@ -33,12 +37,12 @@