summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/js-pciquery.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/templates/js-pciquery.html')
-rw-r--r--modules-available/statistics/templates/js-pciquery.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules-available/statistics/templates/js-pciquery.html b/modules-available/statistics/templates/js-pciquery.html
index 5d4df867..55683161 100644
--- a/modules-available/statistics/templates/js-pciquery.html
+++ b/modules-available/statistics/templates/js-pciquery.html
@@ -4,8 +4,7 @@
var doQuery = function() {
if (missing && missing.length > 0) {
$.ajax({
- url: '?do=statistics', dataType: "json", method: "POST", data: {
- token: TOKEN,
+ url: '?do=statistics', dataType: "json", method: "GET", data: {
action: 'json-lookup',
list: missing.splice(0, 10) // Query 10 at a time max
}
@@ -21,4 +20,4 @@
}
doQuery();
});
-</script> \ No newline at end of file
+</script>