summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-23 15:57:08 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-23 15:57:08 -0500
commit3ef93fc4bad5b39e8f9869d4d473cf0baddabdc9 (patch)
tree4327041768e293898292d5bb368d7cbbb3a36967 /src/usr
parente82778daf56e297a6f20defa7be8632a74e4ec49 (diff)
downloadpfsense-3ef93fc4bad5b39e8f9869d4d473cf0baddabdc9.zip
pfsense-3ef93fc4bad5b39e8f9869d4d473cf0baddabdc9.tar.gz
Comment fix
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/jquery/pfSenseHelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/jquery/pfSenseHelpers.js b/src/usr/local/www/jquery/pfSenseHelpers.js
index dae1c23..82f57b8 100644
--- a/src/usr/local/www/jquery/pfSenseHelpers.js
+++ b/src/usr/local/www/jquery/pfSenseHelpers.js
@@ -390,7 +390,7 @@ $('tbody').each(function(){
// Put a dummy row into any empty table to keep IE happy
$('tbody:empty').html("<tr><td></td></tr>");
-// Add body padding equivalent to the height of hte top menu
+// Add body padding equivalent to the height of the top menu
function padMenu() {
if(! $('#topmenu').hasClass('navbar-static-top')) {
$('body').animate({ paddingTop: $('#topmenu').height()}, 0);
OpenPOWER on IntegriCloud