Reintegrated changes from branches/life.
This commit is contained in:
commit
331b529834
Notes:
subgit
2018-03-07 17:59:10 +01:00
r825 www/trunk
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,5 +1,6 @@
|
||||
* text=auto !eol
|
||||
scripts/mkEvents.csh -text
|
||||
www/.htaccess -text
|
||||
www/copyright.inc.de -text
|
||||
www/external/TileLayer.Grayscale.js -text
|
||||
www/external/css/dvf.css -text
|
||||
|
@ -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"
|
||||
|
1
www/.htaccess
Normal file
1
www/.htaccess
Normal file
@ -0,0 +1 @@
|
||||
Allow from all
|
@ -96,7 +96,6 @@
|
||||
<col width="50" />
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="30" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -217,5 +217,4 @@ $(document).ready(function() {
|
||||
|
||||
// print icon
|
||||
L.easyPrint().addTo(map);
|
||||
|
||||
});
|
||||
|
14
www/misc.js
14
www/misc.js
@ -205,10 +205,10 @@ $(document).ready(function() {
|
||||
heightStyle: 'content',
|
||||
animate: 200,
|
||||
});
|
||||
// spinner
|
||||
$(document).bind("ajaxSend", function() {
|
||||
$("#spinner").show();
|
||||
}).bind("ajaxStop", function() {
|
||||
$("#spinner").hide();
|
||||
});
|
||||
});
|
||||
// spinner
|
||||
$(document).bind("ajaxSend", function() {
|
||||
$("#spinner").show();
|
||||
}).bind("ajaxStop", function() {
|
||||
$("#spinner").hide();
|
||||
});
|
||||
});
|
@ -9,5 +9,6 @@ var specialEvents = [
|
||||
//'bug2014ilxd', // Bassum
|
||||
//'bug2014gfzw', // Darmstadt
|
||||
//'bug2014datb', // Groningen
|
||||
//'bug2013yvko', // Haltern 3.4
|
||||
'bug2013yvko', // Haltern 3.4
|
||||
'bug2015fdpy', // Darmstadt 3.0
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user