diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index 3d84723b95..b6ef026f6e 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -503,6 +503,7 @@ $(function() $('body').on('click', function() { + $('a.sort-module').removeClass('dragging-shadow'); var $dropdown = $('.dropdown-in-tree'); if($dropdown.length) { @@ -672,6 +673,7 @@ $(function() start: function() { $('#dropDownCatalogue').remove(); + $('a.sort-module').removeClass('dragging-shadow'); }, canMoveHere: function($ele, $target) {