Merge pull request #642 from AndreasK79/distances_bugfix
Changed title on distances worked graph. Removed a hardcoded value in…
这个提交包含在:
当前提交
d0dabf1779
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -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: [],
|
||||
|
|
|
|||
正在加载…
在新工单中引用