Skip to content

Commit

Permalink
fixed: highlighted events widget should be sortable on edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Nov 28, 2024
1 parent 79922b3 commit fca7888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/widgets/highlighted_events/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
?>
<script>
$(document).ready(function() {
$('#widget-edit-<?php echo $widget->guid; ?> ul.elgg-user-picker-list').sortable();
$('#widget-edit-<?php echo $widget->guid; ?> ul.elgg-entity-picker-list').sortable();
});
</script>

0 comments on commit fca7888

Please sign in to comment.