equal
deleted
inserted
replaced
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); |