Commit eb1c4870 authored by Eric Duminil's avatar Eric Duminil
Browse files

Notes

parent 1f678d58
......@@ -172,6 +172,7 @@ const cyrb53 = (str, seed = 0) => {
var link = '<li>'
// TODO: Add checkbox + label +
// TODO: Add submit.
// TODO: If possible, highlight the corresponding polygon when hovering above a name.
if (fromJavaFX) {
link += "<a href=\"#\" onclick=\"regionChooser.downloadRegionFrom" + feature["source"] + "(" + feature.getId()
+ ");return false;\">" + feature["name"] + "</a>";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment