ensl.org/app/views/application/latest.js.erb

4 lines
145 B
Text
Raw Normal View History

$("div#indexLatest").hide();
$("div#indexLatest").html("<%= escape_javascript(render("widgets/#{@latest}")) %>");
$("div#indexLatest").fadeIn();