Commit 9a21857c authored by Lukas Eipert's avatar Lukas Eipert

Load jquery.scrollTo only on pages that use it

parent 12ec767a
...@@ -2,4 +2,3 @@ import 'jquery'; ...@@ -2,4 +2,3 @@ import 'jquery';
// common jQuery plugins // common jQuery plugins
import 'jquery-ujs'; import 'jquery-ujs';
import 'vendor/jquery.scrollTo';
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* global CommentsStore */ /* global CommentsStore */
import $ from 'jquery'; import $ from 'jquery';
import 'vendor/jquery.scrollTo';
import Vue from 'vue'; import Vue from 'vue';
import { __ } from '~/locale'; import { __ } from '~/locale';
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/* global Flash */ /* global Flash */
import $ from 'jquery'; import $ from 'jquery';
import 'vendor/jquery.scrollTo';
import { GlLoadingIcon } from '@gitlab/ui'; import { GlLoadingIcon } from '@gitlab/ui';
import { s__, sprintf } from '~/locale'; import { s__, sprintf } from '~/locale';
import DeprecatedModal from '~/vue_shared/components/deprecated_modal.vue'; import DeprecatedModal from '~/vue_shared/components/deprecated_modal.vue';
......
/* eslint-disable func-names, no-underscore-dangle, no-param-reassign, consistent-return */ /* eslint-disable func-names, no-underscore-dangle, no-param-reassign, consistent-return */
import $ from 'jquery'; import $ from 'jquery';
import 'vendor/jquery.scrollTo';
// LineHighlighter // LineHighlighter
// //
......
/* eslint-disable no-new, class-methods-use-this */ /* eslint-disable no-new, class-methods-use-this */
import $ from 'jquery'; import $ from 'jquery';
import 'vendor/jquery.scrollTo';
import { GlBreakpointInstance as bp } from '@gitlab/ui/dist/utils'; import { GlBreakpointInstance as bp } from '@gitlab/ui/dist/utils';
import Cookies from 'js-cookie'; import Cookies from 'js-cookie';
import createEventHub from '~/helpers/event_hub_factory'; import createEventHub from '~/helpers/event_hub_factory';
......
import $ from 'jquery'; import $ from 'jquery';
import 'vendor/jquery.scrollTo';
import { find } from 'lodash'; import { find } from 'lodash';
import AccessDropdown from '~/projects/settings/access_dropdown'; import AccessDropdown from '~/projects/settings/access_dropdown';
import axios from '~/lib/utils/axios_utils'; import axios from '~/lib/utils/axios_utils';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment