client/js/paper-renderer.js
changeset 182 b35d49cdf30f
parent 177 d5219b039120
child 185 ad8c900d87e5
equal deleted inserted replaced
181:115a7bc5c98a 182:b35d49cdf30f
   989             Rkns._(function() {
   989             Rkns._(function() {
   990                 if (_this.renderer.isEditable()) {
   990                 if (_this.renderer.isEditable()) {
   991                     var _data = {
   991                     var _data = {
   992                         title: _this.editor_$.find(".Rk-Edit-Title").val()
   992                         title: _this.editor_$.find(".Rk-Edit-Title").val()
   993                     };
   993                     };
   994                     if (_this.options.show_node_editor_url) {
   994                     if (_this.options.show_node_editor_uri) {
   995                         _data.uri = _this.editor_$.find(".Rk-Edit-URI").val();
   995                         _data.uri = _this.editor_$.find(".Rk-Edit-URI").val();
   996                     }
   996                     }
   997                     if (_this.options.show_node_editor_image) {
   997                     if (_this.options.show_node_editor_image) {
   998                         _data.image = _this.editor_$.find(".Rk-Edit-Image").val();
   998                         _data.image = _this.editor_$.find(".Rk-Edit-Image").val();
   999                         _this.editor_$.find(".Rk-Edit-ImgPreview").attr("src", _data.image || _image_placeholder);
   999                         _this.editor_$.find(".Rk-Edit-ImgPreview").attr("src", _data.image || _image_placeholder);