From 7360a7202beda45b5e9921239154e240ae034c19 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Dec 2018 14:20:10 +0800 Subject: [PATCH] Update csvn.js --- plugins/csvn/js/csvn.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/csvn/js/csvn.js b/plugins/csvn/js/csvn.js index 680b21265..1a5f3b392 100755 --- a/plugins/csvn/js/csvn.js +++ b/plugins/csvn/js/csvn.js @@ -340,16 +340,16 @@ function csvnAddProject(){ } -function csvnProjectScript(pnanm, has_hook){ +function csvnProjectScript(pname, has_hook){ var html = ''; if (has_hook){ - html += ''; - html += ''; - html += ''; - html += ''; + html += ''; + html += ''; + html += ''; + html += ''; } else { - html += ''; + html += ''; } var loadOpen = layer.open({