first commit

This commit is contained in:
aminhashemi92 2025-08-10 07:44:23 +03:30
commit b71ea45681
898 changed files with 138202 additions and 0 deletions

View file

@ -0,0 +1 @@
"use strict";!function(){var e=document.getElementById("sortable-cards"),t=document.getElementById("pending-tasks"),n=document.getElementById("completed-tasks"),a=document.getElementById("clone-source-1"),o=document.getElementById("clone-source-2"),l=document.getElementById("handle-list-1"),r=document.getElementById("handle-list-2"),i=document.getElementById("image-list-1"),m=document.getElementById("image-list-2");e&&Sortable.create(e),i&&Sortable.create(i,{animation:150,group:"imgList"}),m&&Sortable.create(m,{animation:150,group:"imgList"}),a&&Sortable.create(a,{animation:150,group:{name:"cloneList",pull:"clone",revertClone:!0}}),o&&Sortable.create(o,{animation:150,group:{name:"cloneList",pull:"clone",revertClone:!0}}),t&&Sortable.create(t,{animation:150,group:"taskList"}),n&&Sortable.create(n,{animation:150,group:"taskList"}),l&&Sortable.create(l,{animation:150,group:"handleList",handle:".drag-handle"}),r&&Sortable.create(r,{animation:150,group:"handleList",handle:".drag-handle"})}();