Direktori : /home2/aravindar/public_html/admin/assets/pages/ |
Current File : /home2/aravindar/public_html/admin/assets/pages/sortable-custom.js |
'use strict'; $(function(){ Sortable.create(draggablePanelList, { group: 'draggablePanelList', animation: 150 }); Sortable.create(draggableMultiple, { group: 'draggableMultiple', animation: 150 }); Sortable.create(draggableWithoutImg, { group: 'draggableWithoutImg', animation: 150 }); });