summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/home.html b/templates/home.html
index af51211..4aba7f2 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -18,7 +18,6 @@
};
function save_data(data) {
-
var data = {
tempo: 500,
trees: []
@@ -34,10 +33,9 @@
tree_data.push(vals);
});
data.trees.push(tree_data);
- // console.log(tree.attr('data-light-tree'));
});
- console.log(data);
+ console.log('Saved:', data);
$.ajax({
type: 'POST',