Skip to content
Snippets Groups Projects
Commit e157cba5 authored by gloas's avatar gloas
Browse files

Skin: correction afficahge tooltip: cas nothumbnail

parent c44a51e4
Branches
Tags
No related merge requests found
......@@ -1378,7 +1378,6 @@ body.abonne_multimedia-hold-view .actions a {
top:0px;
left:0px;
height:120px;
width: 100px;
}
/* entete notice */
......
......@@ -7,6 +7,7 @@ function vignetteHover(vignettes) {
var id = $(this).data('id');
var notice = $(this);
notice.find('img').attr('title','');
notice.find('.nothumbnail img').width(notice.parent('.notice_wrapper').width());
$.get(resumeAjaxBaseUrl+'?id_notice='+id , function(data) {
var resume = ('' == data) ? '' : data;
$.get(disponibiliteAjaxBaseUrl+'?id_notice='+id, function(data) {
......
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