Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 21:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-19 21:10:51 +0300
commitfe389e7d345a391a8b6e6392dcf1bbd23546b323 (patch)
tree24b1953ceea39eb906fdfd11fab91d28b246a8c2 /app/assets/javascripts/clone_panel.js
parentd3f395c87cbab4c646bbb7db52caebec4c09ebb8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/clone_panel.js')
-rw-r--r--app/assets/javascripts/clone_panel.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/clone_panel.js b/app/assets/javascripts/clone_panel.js
index c9fae8f17a4..ec831a77bde 100644
--- a/app/assets/javascripts/clone_panel.js
+++ b/app/assets/javascripts/clone_panel.js
@@ -15,7 +15,6 @@ export default function initClonePanel() {
}
$('a', $cloneOptions).on('click', (e) => {
- e.preventDefault();
const $this = $(e.currentTarget);
const url = $this.attr('href');
if (url && (url.startsWith('vscode://') || url.startsWith('xcode://'))) {