Skip to content

Commit

Permalink
[#4608] Disable datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Jan 7, 2025
1 parent 0bb6bc5 commit 503b90f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 77 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ gem 'honeybadger'
gem 'jbuilder', '~> 2.0'
# Use jquery as the JavaScript library
# jest tests use yarn to get jquery; if upgrading here keep that version in sync
gem 'jquery-datatables' # used by requests (please do not remove)
gem 'jquery-rails'
gem 'lcsort', '>= 0.9.1'
gem 'library_stdnums'
Expand Down
59 changes: 0 additions & 59 deletions app/assets/javascripts/datatables.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/requests/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
//= require jquery_ujs
//= require popper
//= require bootstrap
//= require datatables

//= require_tree .
1 change: 0 additions & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@

@import 'shame';

@import "datatables";
@import "lux_customizations";
@import "stackmap_customizations";
15 changes: 0 additions & 15 deletions app/assets/stylesheets/datatables.scss

This file was deleted.

0 comments on commit 503b90f

Please sign in to comment.