mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-23 15:35:27 +01:00
fix json url
This commit is contained in:
parent
91fb10742e
commit
de0bdb3575
@ -1,4 +1,4 @@
|
||||
const groups_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/mk/json/data/triangle_groups.json")
|
||||
const groups_url = new URL("https://raw.githubusercontent.com/kalmarek/SmallHyperbolic/master/data/triangle_groups.json")
|
||||
|
||||
async function fetch_json(url) {
|
||||
try {
|
||||
@ -9,6 +9,7 @@ async function fetch_json(url) {
|
||||
console.log("Error while fetching json:" + err);
|
||||
}
|
||||
}
|
||||
|
||||
let table = fetch_json(groups_url)
|
||||
.then(setup_table)
|
||||
.then(setup_filter)
|
||||
|
Loading…
Reference in New Issue
Block a user