Project

General

Profile

« Previous | Next » 

Revision 3ef93fc4

Added by Stephen Beaver over 9 years ago

Comment fix

View differences:

src/usr/local/www/jquery/pfSenseHelpers.js
390 390
// Put a dummy row into any empty table to keep IE happy
391 391
$('tbody:empty').html("<tr><td></td></tr>");
392 392

  
393
// Add body padding equivalent to the height of hte top menu
393
// Add body padding equivalent to the height of the top menu
394 394
function padMenu() {
395 395
	if(! $('#topmenu').hasClass('navbar-static-top')) {
396 396
		$('body').animate({ paddingTop: $('#topmenu').height()}, 0);

Also available in: Unified diff