Document info modal #19

This commit is contained in:
2020-01-16 14:37:19 -05:00
parent d42129cfcb
commit 919f45c79c
12 changed files with 198 additions and 24 deletions

View File

@@ -81,6 +81,10 @@ $.jsonPost("i").then(resp => {
});
});
function getDocumentInfo(id) {
return $.getJSON("d/" + id)
}
function handleTreeClick(tree) {
return (event, node, handler) => {
event.preventTreeDefault();