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 2, 2025
1 parent 3f463e5 commit 0e1cb68
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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-datatables' # used by requests (please do not remove)
gem 'jquery-rails'
gem 'lcsort', '>= 0.9.1'
gem 'library_stdnums'
Expand Down
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 .
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@

@import 'shame';

@import "datatables";
// @import "datatables";
@import "lux_customizations";
@import "stackmap_customizations";
2 changes: 1 addition & 1 deletion app/assets/stylesheets/datatables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'datatables/jquery.dataTables';
// @import 'datatables/jquery.dataTables';

// optional remove '//=' to enable

Expand Down

0 comments on commit 0e1cb68

Please sign in to comment.