mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 05:21:19 +00:00
4 lines
145 B
Text
4 lines
145 B
Text
|
$("div#indexLatest").hide();
|
||
|
$("div#indexLatest").html("<%= escape_javascript(render("widgets/#{@latest}")) %>");
|
||
|
$("div#indexLatest").fadeIn();
|