Commit cd111a62eb0e6edb8eec0603fb3db2bbdb4cfe36
Exists in
dev
Merge branch 'dev' of https://gitlab.irap.omp.eu/epallier/pyros into dev
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/misc/static/js/command_control.js
@@ -169,12 +169,12 @@ $("#command_form_expert").submit(function(event){ | @@ -169,12 +169,12 @@ $("#command_form_expert").submit(function(event){ | ||
169 | event.preventDefault(); | 169 | event.preventDefault(); |
170 | $.post('/dashboard/observation_status/send_command_to_telescope/submit_expert', $(this).serialize(), function(data){ | 170 | $.post('/dashboard/observation_status/send_command_to_telescope/submit_expert', $(this).serialize(), function(data){ |
171 | var obj = JSON.parse(data); | 171 | var obj = JSON.parse(data); |
172 | - console.log(obj.message); | 172 | + console.log(obj.message); }) |
173 | .fail(function() { | 173 | .fail(function() { |
174 | alert( "An error occured" ); | 174 | alert( "An error occured" ); |
175 | }) | 175 | }) |
176 | }); | 176 | }); |
177 | -}); | 177 | + |
178 | 178 | ||
179 | 179 | ||
180 | 180 |