Project

General

Profile

« Previous | Next » 

Revision 05419ce6

Added by Stephen Beaver over 9 years ago

Remove comment

View differences:

src/usr/local/www/jquery/pfSenseHelpers.js
383 383
	$('#infoblock').toggle();
384 384
});
385 385

  
386
// Microsoft don't like empty <tbody>s, so we stuff in a dummy row
387 386
$('tbody').each(function(){
388 387
	$(this).html($.trim($(this).html()))
389 388
});

Also available in: Unified diff