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