Commit a36a7f5d authored by Phil Hughes's avatar Phil Hughes

Merge branch '12364-sortable-default-mixin' into 'master'

Removes EE differences for sortable_default_options

Closes gitlab-ee#12364

See merge request gitlab-org/gitlab-ce!30074
parents b0c8de1f 9f2e5742
/* global DocumentTouch */
import $ from 'jquery';
import sortableConfig from '../../sortable/sortable_config';
import sortableConfig from 'ee_else_ce/sortable/sortable_config';
export function sortableStart() {
$('.has-tooltip')
......
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