Added total by course page

This commit is contained in:
Thomas Forgione
2017-10-03 10:54:49 +02:00
parent 5ad9d41eca
commit 913797fd08
7 changed files with 128 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ function getTable() {
}
}
};
xhr.open('GET', '/total-table', true);
xhr.open('GET', TABLE_URL, true);
xhr.send();
}