diff options
-rw-r--r-- | app/assets/javascripts/logo.js | 2 | ||||
-rw-r--r-- | changelogs/unreleased/27490-remove-turbolinks-bar.yml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/javascripts/logo.js b/app/assets/javascripts/logo.js index ea9bfb4860a..9c1564e86ce 100644 --- a/app/assets/javascripts/logo.js +++ b/app/assets/javascripts/logo.js @@ -2,8 +2,6 @@ /* global Turbolinks */ (function() { - Turbolinks.enableProgressBar(); - $(document).on('page:fetch', function() { $('.tanuki-logo').addClass('animate'); }); diff --git a/changelogs/unreleased/27490-remove-turbolinks-bar.yml b/changelogs/unreleased/27490-remove-turbolinks-bar.yml new file mode 100644 index 00000000000..f9d4b1a0226 --- /dev/null +++ b/changelogs/unreleased/27490-remove-turbolinks-bar.yml @@ -0,0 +1,4 @@ +--- +title: Remove Turbolinks progress bar +merge_request: +author: |