File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 2424 <f : invisibleEntry >
2525 <f : number clazz =" project-id" field =" projectId" />
2626 </f : invisibleEntry >
27-
28- <script >
29- // var projectOwner = document.getElementsByClassName('project-owner');
30- //
31- // var projectPath = document.getElementsByClassName('project-path');
32- //
33- // projectPath.addEventListener('change', function() {
34- // var currentPath = projectPath.value;
35- // for(var i = currentPath.length-1; i >= 0; i--) {
36- // currentPath = currentPath.substring(0, currentPath.length-1);
37- // if(currentPath[i] === '/') {
38- // break;
39- // }
40- // }
41- // projectOwner.item(0).value = currentPath;
42- // })
43- </script >
4427</j : jelly >
You can’t perform that action at this time.
0 commit comments