TIF_E41201544/public/assets/js/pages/sortable.init.js

1 line
865 B
JavaScript

"use strict";$(function(){new Sortable(document.getElementById("sortable-1")),new Sortable(document.getElementById("sortable-2"),{handle:".sortable-handle"}),new Sortable(document.getElementById("sortable-3-start"),{group:"shared"}),new Sortable(document.getElementById("sortable-3-end"),{group:"shared"}),new Sortable(document.getElementById("sortable-4-start"),{group:{name:"shared",pull:"clone"}}),new Sortable(document.getElementById("sortable-4-end"),{group:{name:"shared",pull:"clone"}}),new Sortable(document.getElementById("sortable-5-start"),{group:{name:"shared",pull:"clone",put:!1},sort:!1}),new Sortable(document.getElementById("sortable-5-end"),{group:"shared"}),new Sortable(document.getElementById("sortable-6"),{group:"shared",invertSwap:!0}),$("#sortable-6").find(".sortable").each(function(){new Sortable(this,{group:"shared",invertSwap:!0})})});