socialforge/app/views/apply_project_masters/_set_apply.js.erb

3 lines
162 B
Plaintext
Raw Normal View History

<% selector = ".#{apply_css(objects)}" %>
$("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript apply_super_user(objects, user) %>")});