// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function get_editable_field_id(id) {
  var split_field = id.split("_") 
  return split_field[2];
}
