Added total by course page
This commit is contained in:
@@ -19,7 +19,7 @@ function getTable() {
|
||||
}
|
||||
}
|
||||
};
|
||||
xhr.open('GET', '/total-table', true);
|
||||
xhr.open('GET', TABLE_URL, true);
|
||||
xhr.send();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user