Skip to content

Commit

Permalink
fixed: steps are now sortable again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Nov 7, 2022
1 parent abf91ed commit b457c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/forms/feature_tour/save.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(['jquery', 'elgg/Ajax'], function($, Ajax) {
define(['jquery', 'elgg/Ajax', 'jquery-ui/widgets/sortable'], function($, Ajax) {
$(document).on('click', '.tour-guide-feature-tour-step-remove', function() {
$(this).parents('.elgg-module').remove();
});
Expand Down

0 comments on commit b457c2a

Please sign in to comment.