Skip to content
Snippets Groups Projects
Commit 8d9d2867 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

clean

parent edf71793
No related branches found
No related tags found
No related merge requests found
......@@ -37,14 +37,6 @@ window.osuny.contentEditor = {
this.sortableRootContainer = document.getElementById('content-editor-elements-root');
this.sortableInstances = [];
// var root = document.getElementById("content-editor-elements-root");
// onStart
// this.sortableRootContainer.classList.add("content-editor__elements__root--dragging")
// onEnd
// this.sortableRootContainer.classList.remove("content-editor__elements--root--dragging")
for (i = 0; i < sortableContainers.length; i += 1) {
sortableInstance = new Sortable(sortableContainers[i], {
group: 'nested',
......
......@@ -9,8 +9,6 @@
//= require simple_form_bs5_file_input
//= require cropperjs/dist/cropper
//= require jquery-cropper/dist/jquery-cropper
// TODO remove appstack js
// require appstack/app
//= require sortablejs/Sortable
//= require summernote/summernote-bs5
//= require slug/slug
......
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