summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-07 10:16:57 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-07 10:16:57 -0400
commit19076df1f3ab18e52bc59563d500ea3b19678f5e (patch)
tree20d090d57cd47133705f60c3ab2efe6b780b7ee4 /src/usr/local/www/index.php
parent166b00990cb1634a513740d428d92dbe347d8388 (diff)
downloadpfsense-19076df1f3ab18e52bc59563d500ea3b19678f5e.zip
pfsense-19076df1f3ab18e52bc59563d500ea3b19678f5e.tar.gz
Comment fix
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 191754a..9662c4e 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -458,7 +458,7 @@ events.push(function() {
// On clicking a widget to install . .
$('[name^=btnadd-]').click(function(event) {
- // Extract hte widget name from the button name that got us here
+ // Extract the widget name from the button name that got us here
var widgetToAdd = this.name.replace('btnadd-', '');
// Set its display type to 'close'
@@ -467,7 +467,7 @@ events.push(function() {
// Add it to the list of displayed widgets
updateWidgets(widgetToAdd);
- // We don't want to see hte "Store" button because we are doing that automatically
+ // We don't want to see the "Store" button because we are doing that automatically
$('#btnstore').hide();
// Submit the form save/display all selected widgets
OpenPOWER on IntegriCloud