diff -r 115a7bc5c98a -r b35d49cdf30f client/js/paper-renderer.js --- 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) {