From 168ee7c5ee3ecac67af34c1f7e261317a01e3c15 Mon Sep 17 00:00:00 2001 From: Van Date: Sun, 8 Mar 2015 08:59:21 +0800 Subject: [PATCH] #191 --- static/js/wide.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/wide.js b/static/js/wide.js index 82d69db..c0ab75f 100644 --- a/static/js/wide.js +++ b/static/js/wide.js @@ -364,8 +364,8 @@ var wide = { "modal": true, "height": 52, "width": 360, - "title": config.label.goto_line, - "okText": config.label.go, + "title": config.label.git_clone, + "okText": config.label.confirm, "cancelText": config.label.cancel, "afterOpen": function () { $("#dialogGitClonePrompt > input").val('').focus(); @@ -376,7 +376,7 @@ var wide = { var request = newWideRequest(); request.path = wide.curNode.path; - request.repository = $("#dialogGitClonePrompt").val(); + request.repository = $("#dialogGitClonePrompt > input").val(); $.ajax({ type: 'POST',