diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-22 11:38:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-22 11:50:42 +0200 |
| commit | d12894d12e9710fba826541d49c6a6cdefed6194 (patch) | |
| tree | a19902ef33580d1a6f4aff4cff3394237309bb0c /src/client/model/graph.js | |
| parent | a99677419671cc3ec10fa30e2e8af511cd8676a4 (diff) | |
client/model/graph: add console log on ajax error
Diffstat (limited to 'src/client/model/graph.js')
| -rw-r--r-- | src/client/model/graph.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/model/graph.js b/src/client/model/graph.js index b3c8e33f..c6f96d29 100644 --- a/src/client/model/graph.js +++ b/src/client/model/graph.js @@ -429,6 +429,7 @@ function Graph() { }; var on_ajax_error = function(){ + console.log('error with commit to server: danger robinson!'); }; rz_api_backend.commit_diff__attr(attr_diff, on_ajax_success, on_ajax_error); |
