Skip to content

Commit

Permalink
Another brakeman fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 21, 2024
1 parent bca7ea8 commit 9bc21ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
bigdecimal (3.1.8)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.2.1)
brakeman (6.2.2)
racc
browser (6.0.0)
builder (3.3.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var form = $(this);
$.post(form.attr('action'), form.serialize(), function (data) {
$('#show_conditions_lmx_#{lmx.id}').load('/location_machine_xrefs/#{lmx.id}/render_machine_conditions');
updateLocationUpdatedText(#{lmx.location_id});
updateLocationUpdatedText(#{h(lmx.location_id)});
});
$('#update_machine_condition_#{lmx.id} #new_machine_condition_#{lmx.id}').val('');
$('#machine_condition_edit_lmx_#{lmx.id}').slideToggle('slow');
Expand Down

0 comments on commit 9bc21ce

Please sign in to comment.