mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Missed 1 variable change
This commit is contained in:
parent
396a36bf90
commit
99f09eb5f8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var intervalId = window.setInterval(function () {
|
|||
timestamp = data;
|
||||
|
||||
// get new data
|
||||
var apiData = $.getJSON(urlDetection, function () { })
|
||||
var apiData = $.getJSON(urlTiming, function () { })
|
||||
.done(function (data) {
|
||||
|
||||
// case draw new plot
|
||||
|
|
Loading…
Reference in a new issue