Skip to content

Commit

Permalink
remove commented out javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
Mel Makin committed Oct 9, 2024
1 parent c8c121c commit 9c0d3a0
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ <h1>ADS Question Answer Matchup Puzzle</h1>
</form>

<script>
/*
new Sortable(example4Left, {
group: {
name: 'shared',
pull: 'clone',
put: false // Do not allow items to be put into this list
},
animation: 150,
sort: false // To disable sorting: set sort to false
});
*/

new Sortable(example4Right, {
group: 'shared',
animation: 150
Expand Down

0 comments on commit 9c0d3a0

Please sign in to comment.