Add sortable handle to event players
This commit is contained in:
@@ -260,6 +260,7 @@ jQuery(document).ready(function($){
|
||||
|
||||
// Sortable tables
|
||||
$(".sp-sortable-table tbody").sortable({
|
||||
handle: ".icon",
|
||||
axis: "y"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user