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