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