(data)
| 366 | } |
| 367 | |
| 368 | function selectTreeNodeBranch (data) { |
| 369 | renderEjs('templates/editBranch.ejs', data, $('#body')); |
| 370 | } |
| 371 | |
| 372 | function setupEditDataModals(idForm, idSaveBtn) { |
| 373 | $('#' + idForm).off('submit').on('submit', function(event) { |
no test coverage detected