Subversion Repositories eFlore/Applications.cel

Rev

Rev 3454 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3454 Rev 3455
Line 291... Line 291...
291
    $( '.modal-footer' ).html( buttonsHtmlBase );
291
    $( '.modal-footer' ).html( buttonsHtmlBase );
292
  });
292
  });
293
};
293
};
Line 294... Line 294...
294
 
294
 
295
Utils.prototype.redimentionnerImgAide = function() {
295
Utils.prototype.redimentionnerImgAide = function() {
296
  var espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 768 ? $( '.modal-dialog' ).innerWidth() - 30 : 768,
296
  var espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 1200 ? $( '.modal-dialog' ).innerWidth() - 30 : 1200,
297
      cssImg       = {
297
      cssImg       = {
298
        'width': espHorizDisp,
298
        'width': espHorizDisp,
299
        'height' : 'auto'
299
        'height' : 'auto'