Skip to content

Commit

Permalink
Fix Prettier failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Nov 20, 2021
1 parent 597568e commit d79d49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/rails_admin/ra.sidescroll.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function ($) {
"use strict";

document.addEventListener("rails_admin.dom_ready", () => {
document.addEventListener("rails_admin.dom_ready", () => {
const listForm = document.getElementById("bulk_form");
if (!listForm || !listForm.classList.contains("ra-sidescroll")) {
return;
Expand Down

0 comments on commit d79d49e

Please sign in to comment.