Fixed URI update bug
authorveltr
Tue, 14 May 2013 14:40:31 +0200
changeset 182 b35d49cdf30f
parent 181 115a7bc5c98a
child 183 93841dde3a3b
child 185 ad8c900d87e5
Fixed URI update bug
client/js/paper-renderer.js
client/render-test.html
--- 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>