Drag&Drop in expanded folders
This commit is contained in:
parent
744c0f6e36
commit
45fdd94fb4
@ -55,7 +55,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% unless query.deleted || @project.nil? %>
|
<% unless query.deleted || query&.project.nil? %>
|
||||||
<%= late_javascript_tag do %>
|
<%= late_javascript_tag do %>
|
||||||
$(function() {
|
$(function() {
|
||||||
$("table.dmsf tr").removeClass("ui-draggable-dragging ui-droppable-active ui-droppable-hover ui-draggable-handle");
|
$("table.dmsf tr").removeClass("ui-draggable-dragging ui-droppable-active ui-droppable-hover ui-draggable-handle");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user