Merge pull request #642 from AndreasK79/distances_bugfix

Changed title on distances worked graph. Removed a hardcoded value in…
pull/649/head^2
Peter Goodhall 2020-10-12 15:05:25 +01:00 zatwierdzone przez GitHub
commit d0dabf1779
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1259,7 +1259,7 @@ $(document).ready(function(){
$.ajax({
url: baseURL+'index.php/distances/get_distances',
type: 'post',
data: {'locator': 'JP50HP', 'band': form.distplot_bands.value},
data: {'band': form.distplot_bands.value},
success: function(tmp) {
if (tmp.ok == 'OK') {
if (!($('#information').length > 0))
@ -1271,7 +1271,7 @@ $(document).ready(function(){
renderTo: 'graphcontainer'
},
title: {
text: 'Mode distribution'
text: 'Distance distribution'
},
xAxis: {
categories: [],