Don't error out when the only response is result: true
This commit is contained in:
parent
df15776e0e
commit
d19d5003d0
|
@ -32,3 +32,9 @@ require 'models'
|
||||||
|
|
||||||
ajax: ->
|
ajax: ->
|
||||||
Travis.ajax.ajax.apply(this, arguments)
|
Travis.ajax.ajax.apply(this, arguments)
|
||||||
|
|
||||||
|
sideload: (store, type, json, root) ->
|
||||||
|
if json && json.result
|
||||||
|
return
|
||||||
|
else
|
||||||
|
@_super.apply this, arguments
|
||||||
|
|
Loading…
Reference in New Issue
Block a user