Updating files of life branch.
This commit is contained in:
parent
9669bd5ec8
commit
f8a4a0abf2
Notes:
subgit
2018-03-07 17:59:09 +01:00
r823 www/branches/life
@ -1 +1 @@
|
|||||||
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2014-01-01&orderby=time-asc&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"
|
curl -o events.xml "https://ariadne.geophysik.ruhr-uni-bochum.de/fdsnws/event/1/query?starttime=2014-08-01&orderby=time&minlat=50.92&maxlat=52.76&minlon=4.26&maxlon=9.74&minmag=1.1"
|
||||||
|
@ -208,9 +208,7 @@ $(document).ready(function() {
|
|||||||
// spinner
|
// spinner
|
||||||
$(document).bind("ajaxSend", function() {
|
$(document).bind("ajaxSend", function() {
|
||||||
$("#spinner").show();
|
$("#spinner").show();
|
||||||
console.log('Starting Spinner at '+Date());
|
|
||||||
}).bind("ajaxStop", function() {
|
}).bind("ajaxStop", function() {
|
||||||
$("#spinner").hide();
|
$("#spinner").hide();
|
||||||
console.log('Stopping Spinner at '+Date());
|
|
||||||
});
|
});
|
||||||
});
|
});
|
@ -1,13 +1,14 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
var specialEvents = [
|
var specialEvents = [
|
||||||
'bug2014ytlk', // Vechta 3.0
|
//'bug2014ytlk', // Vechta 3.0
|
||||||
'bug2014wjwx', // Haltern 3.6
|
//'bug2014wjwx', // Haltern 3.6
|
||||||
//'bug2014ldts', // Darmstadt
|
//'bug2014ldts', // Darmstadt
|
||||||
//'bug2014kowj', // Vogtland 5.0
|
//'bug2014kowj', // Vogtland 5.0
|
||||||
//'bug2014jptq', // Seeheim-Jugenheim
|
//'bug2014jptq', // Seeheim-Jugenheim
|
||||||
'bug2014infb', // Troisdorf
|
//'bug2014infb', // Troisdorf
|
||||||
//'bug2014ilxd', // Bassum
|
//'bug2014ilxd', // Bassum
|
||||||
//'bug2014gfzw', // Darmstadt
|
//'bug2014gfzw', // Darmstadt
|
||||||
//'bug2014datb', // Groningen
|
//'bug2014datb', // Groningen
|
||||||
'bug2013yvko', // Haltern 3.4
|
'bug2013yvko', // Haltern 3.4
|
||||||
|
'bug2015fdpy', // Darmstadt 3.0
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user