Template:SMTexas/JS

From 2014hs.igem.org

Revision as of 05:20, 10 April 2014 by VikReddy (Talk | contribs)

$(document).ready(function() {

   $("p").filter( function() {
       return $.trim($(this).html()) == ;
   }).remove();
   $("br:only-child").remove();

});

/* TXT 2.5 by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

  • /

window._skel_config = { preset: 'standard', prefix: 'css/style', resetCSS: true };

window._skel_panels_config = { preset: 'standard' };