mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 15:59:03 +00:00
Document info modal #19
This commit is contained in:
@@ -81,6 +81,10 @@ $.jsonPost("i").then(resp => {
|
||||
});
|
||||
});
|
||||
|
||||
function getDocumentInfo(id) {
|
||||
return $.getJSON("d/" + id)
|
||||
}
|
||||
|
||||
function handleTreeClick(tree) {
|
||||
return (event, node, handler) => {
|
||||
event.preventTreeDefault();
|
||||
|
||||
Reference in New Issue
Block a user