summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/jquery
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-12 20:16:53 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-12 20:16:53 +0545
commitcca28e344566866d281c11f67facbd960e260842 (patch)
treed4b607e946e3fed9f50dc7b3d0620c0fcb3fcd8b /src/usr/local/www/jquery
parentc95dabdd19faa6c1221638861306cd387fb1958f (diff)
downloadpfsense-cca28e344566866d281c11f67facbd960e260842.zip
pfsense-cca28e344566866d281c11f67facbd960e260842.tar.gz
pfSenseHelpers comment text
Diffstat (limited to 'src/usr/local/www/jquery')
-rw-r--r--src/usr/local/www/jquery/pfSenseHelpers.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/jquery/pfSenseHelpers.js b/src/usr/local/www/jquery/pfSenseHelpers.js
index ebf00e0..96953f5 100644
--- a/src/usr/local/www/jquery/pfSenseHelpers.js
+++ b/src/usr/local/www/jquery/pfSenseHelpers.js
@@ -391,14 +391,14 @@ $('[id^=delete]').click(function(event) {
var sfx = 0;
$('.infoblock').each(function() {
- // If the block has hte class "blockopen" it is initiall open
+ // If the block has the class "blockopen" it is initially open
if (! $(this).hasClass("blockopen")) {
$(this).hide();
} else {
$(this).removeClass("blockopen");
}
- // Add the "i" icon before the infoblock, incrementing hte icon id for each block (in case there are multiple infoblocks on a page)
+ // Add the "i" icon before the infoblock, incrementing the icon id for each block (in case there are multiple infoblocks on a page)
$(this).before('<i class="fa fa-info-circle icon-pointer" style="color: #337AB7; font-size:20px; margin-left: 10px; margin-bottom: 10px;" id="showinfo' + sfx.toString() + '" title="More information"></i>');
$(this).removeClass("infoblock");
$(this).addClass("infoblock" + sfx.toString());
@@ -452,4 +452,4 @@ $('.container .panel-heading a[data-toggle="collapse"]').each(function (idx, el)
updateWidgets();
}
});
-}); \ No newline at end of file
+});
OpenPOWER on IntegriCloud