Skip to content

Commit

Permalink
Introduce dummy changes to see ESLint in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 6, 2023
1 parent aa656fa commit cdf3473
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/commontator/comments/edit.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ $("#commontator-comment-<%= @comment.id %>-body").html("<%= escape_javascript(

$('#commontator-comment-<%= @comment.id %>-edit-body').focus();

<%= javascript_proc %>

console.log("Dummy change" )

<%= javascript_proc %>

0 comments on commit cdf3473

Please sign in to comment.