0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-22 20:11:23 +00:00
ensl.org/app/views/application/latest.js.erb

3 lines
145 B
Text

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