* [bug#50285,0.5h] adjust js error for repo link copied.

This commit is contained in:
caoyanyi
2024-05-28 16:53:28 +08:00
parent 124145059c
commit 4c3ba545ab
+1 -1
View File
@@ -110,7 +110,7 @@ $downloadWg = div
(
set::id('modal-downloadCode'),
set::title($lang->repo->downloadCode),
on('click', 'body', array('capture' => true, 'prevent' => true, 'stop' => true)),
on('click', '#modal-downloadCode', array('capture' => true, 'prevent' => true, 'stop' => true)),
!empty($cloneUrl->svn) ? div
(
p(set::className('repo-downloadCode'), $lang->repo->cloneUrl),