We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d99ab commit 778d637Copy full SHA for 778d637
src/main/resources/jenkins/scm/api/form/traits/traits.js
@@ -31,17 +31,4 @@
31
e.querySelectorAll(".trait-section").forEach(traitSectionRule);
32
})
33
});
34
- Behaviour.specify(".repeatable-delete", 'traits', 500, function (e) {
35
- var c = e.closest(".trait-container");
36
- if (c) {
37
- var btn = YAHOO.widget.Button.getButton(e.id);
38
- if (btn) {
39
- btn.on("click", function () {
40
- window.setTimeout(function () {
41
- c.querySelectorAll(".trait-section").forEach(traitSectionRule);
42
- }, 250);
43
- });
44
- }
45
46
47
})();
0 commit comments