results.ui.js 387 B

123456789101112131415
  1. $(function()
  2. {
  3. window.waitDom('#casesResults .result-item', function(){ $('#casesResults .result-item').first().trigger('click');})
  4. });
  5. /**
  6. * Set height of the file modal.
  7. *
  8. * @access public
  9. * @return void
  10. */
  11. window.setFileModalHeight = function()
  12. {
  13. $($(this).attr('href')).find('.modal-body').css('max-height', ($(this).closest('.modal-content').height() - 35) + 'px');
  14. }