diff options
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 6fa48e0..f9346d8 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -123,6 +123,10 @@ function addingEmbelishments(list) { fillInChipMagic(list[0][1]); } } + + // Add links for creating new bug in the same product + // and same component + addNewLinks(); } /** |