Start of using Attribute objects, rendering jpegphoto

This commit is contained in:
Deon George
2021-12-08 23:26:12 +11:00
parent 2ccc1d3b83
commit a80a2725bc
10 changed files with 147 additions and 99 deletions

2
public/js/custom.js vendored
View File

@@ -30,7 +30,7 @@ $(document).ready(function() {
click: function(event,data) {
if (data.targetType == 'title') {
$.ajax({
url: 'render',
url: 'dn',
method: 'POST',
data: { key: data.node.data.item },
dataType: 'html',