diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-03 10:20:02 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-03 12:08:10 +0100 |
commit | 42feb55f20a6d2bab2d07f2f32bccb1b4ae28ba8 (patch) | |
tree | f61f9690e3b31e18d05d3116701fe4f5bcbde848 /app/assets | |
parent | 88958e5a9cd364ae36f3d2837982cedb9239c3bc (diff) | |
download | gitlab-ce-fix-oauth-checkboxes.tar.gz |
Fixed sign-in restrictions buttons not toggling active statefix-oauth-checkboxes
Closes #35882
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/commons/bootstrap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/commons/bootstrap.js b/app/assets/javascripts/commons/bootstrap.js index 510bedbf641..389587a2596 100644 --- a/app/assets/javascripts/commons/bootstrap.js +++ b/app/assets/javascripts/commons/bootstrap.js @@ -9,6 +9,7 @@ import 'bootstrap-sass/assets/javascripts/bootstrap/tab'; import 'bootstrap-sass/assets/javascripts/bootstrap/transition'; import 'bootstrap-sass/assets/javascripts/bootstrap/tooltip'; import 'bootstrap-sass/assets/javascripts/bootstrap/popover'; +import 'bootstrap-sass/assets/javascripts/bootstrap/button'; // custom jQuery functions $.fn.extend({ |