(max, min)
| 35 | var nuclearChart; |
| 36 | // TODO: remove this functions later |
| 37 | function randomVa(max, min) { |
| 38 | return Math.random() * (max - min) + min |
| 39 | } |
| 40 | // TODO: remove this part later |
| 41 | jQuery.get("/src/ex_file/html/controldash.html", function (va) { //get control html code |
| 42 | $("head").append(` |
no outgoing calls
no test coverage detected