Do not show aborded ajax requests.

This commit is contained in:
Martin Edenhofer 2012-11-14 02:06:17 +01:00
parent a1ffce58c3
commit ff9b7ad990

View file

@ -38,6 +38,9 @@ class _Singleton
if !status && !detail
detail = 'General communication error, maybe internet is not available!'
# do not show aborded requests
return if status is 0
# do not show any error message on wrong login
return if status is 422