Skip to content

Commit

Permalink
dm-4119 remove old drag and drop code (#716)
Browse files Browse the repository at this point in the history
* remove include tags for `_practice_editor_utlities`

* remove functions invoking `initSortable`

* remove `_practice_editor_utilities.es6`

* remove `html5sortable.js`

* remove errant "listbox" ids from practice editor `ul`s

remove `role="listbox"` from `ul` classes id'd as `sortable` and `role="option"` from their child elements

* removes `role="option"` from element whose parent is no longer `role="listbox"`
  • Loading branch information
PhilipDeFraties authored Oct 13, 2023
1 parent fbe56db commit 43dbcb0
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 1,324 deletions.
44 changes: 0 additions & 44 deletions app/assets/javascripts/_practice_editor_utilities.es6

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
//= require reportAbuse
//= require turbolinksScrollTop
//= require save-editor-progress
//= require html5sortable
//= require search
//= require modernizr-custom
//= require object_fit_polyfill
Expand Down
Loading

0 comments on commit 43dbcb0

Please sign in to comment.