Skip to content

Commit

Permalink
MDL-72454 Themes: Removal of back to top link
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Oct 7, 2021
1 parent 70073fd commit f081ebe
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 168 deletions.
2 changes: 1 addition & 1 deletion theme/boost/amd/build/loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme/boost/amd/build/loader.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions theme/boost/amd/build/scroll.min.js

This file was deleted.

1 change: 0 additions & 1 deletion theme/boost/amd/build/scroll.min.js.map

This file was deleted.

4 changes: 0 additions & 4 deletions theme/boost/amd/src/loader.js
Expand Up @@ -26,7 +26,6 @@ import $ from 'jquery';
import * as Aria from './aria';
import Bootstrap from './index';
import Pending from 'core/pending';
import Scroll from './scroll';
import setupBootstrapPendingChecks from './pending';

/**
Expand Down Expand Up @@ -96,9 +95,6 @@ enablePopovers();
// Enable all tooltips.
enableTooltips();

// Add scroll handling.
(new Scroll()).init();

// Disables flipping the dropdowns up and getting hidden behind the navbar.
$.fn.dropdown.Constructor.Default.flip = false;

Expand Down

0 comments on commit f081ebe

Please sign in to comment.