Renamed Protograph Node dialog's title to Schema Skeleton Node.
Made deleting a protograph link update the previews. git-svn-id: http://google-refine.googlecode.com/svn/trunk@316 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
124960e756
commit
d56bbc1208
@ -59,6 +59,7 @@ SchemaAlignmentDialog.UILink.prototype._renderMain = function() {
|
||||
window.setTimeout(function() {
|
||||
self._parentUINode.removeLink(self);
|
||||
self._tr.parentNode.removeChild(self._tr);
|
||||
self._dialog.preview();
|
||||
}, 100);
|
||||
});
|
||||
|
||||
|
@ -248,7 +248,7 @@ SchemaAlignmentDialog.UINode.prototype._showNodeConfigDialog = function() {
|
||||
|
||||
frame.width("800px");
|
||||
|
||||
var header = $('<div></div>').addClass("dialog-header").text("Protograph Node").appendTo(frame);
|
||||
var header = $('<div></div>').addClass("dialog-header").text("Schema Skeleton Node").appendTo(frame);
|
||||
var body = $('<div></div>').addClass("dialog-body").appendTo(frame);
|
||||
var footer = $('<div></div>').addClass("dialog-footer").appendTo(frame);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user