summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js')
-rw-r--r--app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js b/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
index 28a7ebfdc69..286fc2568b2 100644
--- a/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
+++ b/app/assets/javascripts/lib/utils/bootstrap_linked_tabs.js
@@ -68,7 +68,7 @@ export default class LinkedTabs {
// since this is a custom event we need jQuery :(
$(document)
.off('shown.bs.tab', tabSelector)
- .on('shown.bs.tab', tabSelector, e => this.tabShown(e));
+ .on('shown.bs.tab', tabSelector, (e) => this.tabShown(e));
this.activateTab(this.action);
}