diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-02 16:07:58 -0600 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-02 16:13:33 -0600 |
| commit | d86e000657e64ab4286dbb10950ddfba2b180729 (patch) | |
| tree | 8920565c7a4c4d3a79a8f54cd0d8ec74561309ad | |
| parent | 1c13cea779b584a9f053e67e1cb6b77d103287dc (diff) | |
| download | gitlab-ce-27490-remove-turbolinks-bar.tar.gz | |
Remove turbolinks progress bar27490-remove-turbolinks-bar
| -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: |
