Skip to content
Snippets Groups Projects
Commit a36a7f5d authored by Phil Hughes's avatar Phil Hughes
Browse files

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
No related branches found
No related tags found
No related merge requests found
/* 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')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment