This commit is contained in:
parent
d35d476162
commit
168ee7c5ee
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue