Fixed typo.
This commit is contained in:
parent
5980b7ab59
commit
4bae98e55a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class App.TicketZoom extends App.Controller
|
|||
|
||||
# if ticket is already loaded, ignore status "0" - network issues e. g. temp. not connection
|
||||
if @ticketUpdatedAtLastCall && status is 0
|
||||
console.log('network issues e. g. temp. not connection', status, statusText, detail)
|
||||
console.log('network issues e. g. temp. no connection', status, statusText, detail)
|
||||
return
|
||||
|
||||
# show error message
|
||||
|
|
Loading…
Reference in a new issue