--- a/client/js/paper-renderer.js Tue May 14 14:13:44 2013 +0200
+++ b/client/js/paper-renderer.js Tue May 14 14:40:31 2013 +0200
@@ -991,7 +991,7 @@
var _data = {
title: _this.editor_$.find(".Rk-Edit-Title").val()
};
- if (_this.options.show_node_editor_url) {
+ if (_this.options.show_node_editor_uri) {
_data.uri = _this.editor_$.find(".Rk-Edit-URI").val();
}
if (_this.options.show_node_editor_image) {
--- a/client/render-test.html Tue May 14 14:13:44 2013 +0200
+++ b/client/render-test.html Tue May 14 14:40:31 2013 +0200
@@ -69,7 +69,7 @@
node_fill_color: false
});
Rkns.jsonIO(_renkan, {
- url: "data/renkan-caroline.json"
+ url: "data/simple-persist.php"
});
});
</script>