Bug fix: really don't show preliminary or automatic results.
This commit is contained in:
parent
021046ec29
commit
2238086066
Notes:
subgit
2018-03-07 17:58:58 +01:00
r665 www/trunk
@ -103,8 +103,8 @@ function ajaxLoadEvents(stime, etime, id, target) {
|
|||||||
var lng = $(this).find('origin > longitude > value').text();
|
var lng = $(this).find('origin > longitude > value').text();
|
||||||
var lat = $(this).find('origin > latitude > value').text();
|
var lat = $(this).find('origin > latitude > value').text();
|
||||||
var depth = $(this).find('origin > depth > value').text();
|
var depth = $(this).find('origin > depth > value').text();
|
||||||
var evaluationMode = $(this).find('evaluationMode').text();
|
var evaluationMode = $(this).find('origin > evaluationMode').text();
|
||||||
var evaluationStatus = $(this).find('evaluationStatus').text();
|
var evaluationStatus = $(this).find('origin > evaluationStatus').text();
|
||||||
var type = $(this).find('type').last().text();
|
var type = $(this).find('type').last().text();
|
||||||
var location
|
var location
|
||||||
// get location, try this in order:
|
// get location, try this in order:
|
||||||
|
Loading…
Reference in New Issue
Block a user