Add a delay to display link identity

This commit is contained in:
Michael RICOIS 2013-05-16 08:15:52 +00:00
parent b045a0b74d
commit 936c6defc4

View File

@ -7,7 +7,8 @@ $(document).ready(function(){
text: "Chargement...",
title: { button: true, text: $(this).attr('name') },
ajax: { url: $(this).attr('href') }
}
},
show: { delay: 5000 }
});
});
});