consolidate php
This commit is contained in:
@@ -42,9 +42,9 @@ function rackandstack() {
|
||||
var start = document.getElementById("start").value;
|
||||
var end = document.getElementById("end").value;
|
||||
|
||||
$.getJSON(`powerapi.php?max=potato&start=${start}&end=${end}`, function(data) {
|
||||
$.getJSON(`main.php?service=powerapi&max=potato&start=${start}&end=${end}`, function(data) {
|
||||
|
||||
$.getJSON('powerapi.php?county=r', function(data1) {
|
||||
$.getJSON('main.php?service=powerapi&county=r', function(data1) {
|
||||
countylist(data,data1);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user