Init(Core): Change repo
This commit is contained in:
13
public/assets/js/pages/task-kanban.init.js
Normal file
13
public/assets/js/pages/task-kanban.init.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: Themesbrand
|
||||
Website: https://themesbrand.com/
|
||||
Contact: themesbrand@gmail.com
|
||||
File: Task karban
|
||||
*/
|
||||
|
||||
dragula([
|
||||
document.getElementById("upcoming-task"),
|
||||
document.getElementById("inprogress-task"),
|
||||
document.getElementById("complete-task")
|
||||
]);
|
||||
Reference in New Issue
Block a user