diff options
Diffstat (limited to 'app/views/admin/courseplanning/index.php')
| -rw-r--r-- | app/views/admin/courseplanning/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/courseplanning/index.php b/app/views/admin/courseplanning/index.php index 75803ec..7efecee 100644 --- a/app/views/admin/courseplanning/index.php +++ b/app/views/admin/courseplanning/index.php @@ -63,7 +63,7 @@ $max_time = Config::get()->INSTITUTE_COURSE_PLAN_END_HOUR . ':00'; ] ]; ?> - <td class="draggable-course" data-event="<?= htmlReady(json_encode($event_object)) ?>"> + <td class="draggable-course drag-handle" data-event="<?= htmlReady(json_encode($event_object)) ?>"> <?= htmlReady($cname) ?> </td> </tr> |
