Ignore:
Timestamp:
01/11/12 12:42:40 (12 years ago)
Author:
vmipsl
Message:
  • UserSerializer?
  • Correction fenêtre visualisation aide + download
  • Upload fichier --> image poubelle
  • Correction chrome
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/js/classesForJQuery/LoginButton.js

    r316 r339  
    128128            var divImgLogout = $( document.createElement( "div" ) ); 
    129129            divImgLogout.addClass( "containerImgLogout" ); 
    130             divImgLogout.append( "<img src='resources/images/utils/logout.png' width='15px' height='15px/>" ); 
     130            divImgLogout.append( "<img src='resources/images/utils/logout.png' width='15px' height='15px'/>" ); 
    131131            divImgLogout.bind( "click", jQuery.proxy( this.onClickLogout, this ) ); 
    132132            loginMiddle.append( divImgLogout ); 
Note: See TracChangeset for help on using the changeset viewer.