We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource/config-detail.jelly
1 parent f7281bf commit 9a03496Copy full SHA for 9a03496
src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource/config-detail.jelly
@@ -19,20 +19,4 @@
19
<f:invisibleEntry>
20
<f:number clazz="project-id" field="projectId"/>
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
</j:jelly>
0 commit comments