This commit is contained in:
Van 2015-03-08 08:59:21 +08:00
parent d35d476162
commit 168ee7c5ee
1 changed files with 3 additions and 3 deletions

View File

@ -364,8 +364,8 @@ var wide = {
"modal": true, "modal": true,
"height": 52, "height": 52,
"width": 360, "width": 360,
"title": config.label.goto_line, "title": config.label.git_clone,
"okText": config.label.go, "okText": config.label.confirm,
"cancelText": config.label.cancel, "cancelText": config.label.cancel,
"afterOpen": function () { "afterOpen": function () {
$("#dialogGitClonePrompt > input").val('').focus(); $("#dialogGitClonePrompt > input").val('').focus();
@ -376,7 +376,7 @@ var wide = {
var request = newWideRequest(); var request = newWideRequest();
request.path = wide.curNode.path; request.path = wide.curNode.path;
request.repository = $("#dialogGitClonePrompt").val(); request.repository = $("#dialogGitClonePrompt > input").val();
$.ajax({ $.ajax({
type: 'POST', type: 'POST',