Noosfero/noosfero

View on GitHub
app/views/shared/_numbers_only_javascript.html.erb

Summary

Maintainability
Test Coverage
<%= javascript_tag do %>
  jQuery(".numbers-only").keypress(function(event) {
    var separator = "<%= environment.currency_separator %>"
    return numbersonly(event, separator)
  });
<% end %>