diff --git a/script/EventHandlers.js b/script/EventHandlers.js index cbd2c2b..c3fd8e3 100644 --- a/script/EventHandlers.js +++ b/script/EventHandlers.js @@ -628,7 +628,7 @@ DefaultHandler.prototype.MouseUp = function(pos) var handler = this; var callback = function (enumType) { - handler.RenameVertex(enumType.GetVertexText(0, handler.selectedObject)); + handler.RenameVertex(enumType.GetVertexText(0), handler.selectedObject); userAction("RenameVertex"); }; $('#message').unbind(); diff --git a/tpl/home.php b/tpl/home.php index e398482..98cdae9 100755 --- a/tpl/home.php +++ b/tpl/home.php @@ -10,7 +10,7 @@ - +