Skip to content

Commit 59918a1

Browse files
author
Aaron Echavarria
committed
remove comments
1 parent b17894f commit 59918a1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/resources/io/jenkins/plugins/gitlabbranchsource/GitLabSCMSource/config-detail.jelly

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,4 @@
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>

0 commit comments

Comments
 (0)