diff --git a/module/kanban/js/view.js b/module/kanban/js/view.js index 859c3fd81e..088b021401 100644 --- a/module/kanban/js/view.js +++ b/module/kanban/js/view.js @@ -1846,8 +1846,6 @@ function swipeRegionNavTabs($object, direction) var offsetWidth = $regionNavTabs[0].offsetWidth; var objectWidth = $object[0].offsetWidth; - $object.css('transition-duration', '1s'); - $object.find('li').each(function() { /* Get the offset of the item. */ diff --git a/module/kanban/view/view.html.php b/module/kanban/view/view.html.php index 121728b6e8..08ca0055a9 100644 --- a/module/kanban/view/view.html.php +++ b/module/kanban/view/view.html.php @@ -75,39 +75,22 @@ $canViewArchivedColumn = commonModel::hasPriv('kanban', 'viewArchivedColumn');
-