(data)
| 709 | } |
| 710 | |
| 711 | function selectTreeNodeHash (data) { |
| 712 | renderEjs('templates/editHash.ejs', data, $('#body'), function() { |
| 713 | console.log('edit hash template rendered'); |
| 714 | if ((uiConfig.jsonViewAsDefault & uiConfig.const.jsonViewHash) > 0) dataUIFuncs.onModeJsonButtonClick() |
| 715 | }); |
| 716 | } |
| 717 | |
| 718 | function selectTreeNodeSet (data) { |
| 719 | renderEjs('templates/editSet.ejs', data, $('#body'), function() { |
no test coverage detected