Add a delay to display link identity
This commit is contained in:
parent
b045a0b74d
commit
936c6defc4
@ -7,7 +7,8 @@ $(document).ready(function(){
|
||||
text: "Chargement...",
|
||||
title: { button: true, text: $(this).attr('name') },
|
||||
ajax: { url: $(this).attr('href') }
|
||||
}
|
||||
},
|
||||
show: { delay: 5000 }
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user