SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 1806bef3 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add ignored file for last commit

parent 285cdecd
No related branches found
No related tags found
No related merge requests found
function hide_all_alerts() {
$(".alert").fadeOut(300);
}
$(function(){
// Remove all alerts in screen automatically after 4sec.
setTimeout(function() {hide_all_alerts()}, 4000);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment