Skip to content
Snippets Groups Projects
Commit 72c801a4 authored by llaffont's avatar llaffont
Browse files

Cache le bandeau côté téléphone

parent be7d8705
Branches
Tags
No related merge requests found
......@@ -5,6 +5,11 @@ $(document).ready(function(){
setTimeout(function(){
window.scrollTo(0, 1);
}, 100);
setTimeout(function(){
$('div.main>img:first-child').slideUp('slow', 'linear');
},
500);
});
//-----------------------------------------------------------
......@@ -30,4 +35,4 @@ function showPopWin(url) {
function hidePopWin() {
window.location = window.parent.location;
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment