Skip to content

Commit

Permalink
fix Javascript error on engraving calculator
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
charredUtensil authored and radar committed Jan 21, 2014
1 parent b4d1f18 commit 2de9573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<%= content_for :head do %>
<%= javascript_tag do %>
$(document).on('keyup', $('#<%= cust_dom_id %>', function(e) {
$(document).on('keyup', '#<%= cust_dom_id %>', function(e) {

var tf = $(this);

Expand Down

0 comments on commit 2de9573

Please sign in to comment.