| ... | @@ -220,6 +220,7 @@ update_results = -> |
... | @@ -220,6 +220,7 @@ update_results = -> |
|
|
when 'dashboard' then ANdash.createDashboard(obj_config)
|
|
when 'dashboard' then ANdash.createDashboard(obj_config)
|
|
|
).fail (jqxhr, textStatus, error) ->
|
|
).fail (jqxhr, textStatus, error) ->
|
|
|
$("body").css "cursor", "default" # remove hourglass cursor
|
|
$("body").css "cursor", "default" # remove hourglass cursor
|
|
|
|
err = textStatus + ", " + error
|
|
|
alert "Error Occurred: " + err
|
|
alert "Error Occurred: " + err
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | | ... | |