summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/js
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-18 14:49:32 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-18 14:49:52 -0400
commit571e181c1ab92a1308cfdcb8099cb11b5bae2713 (patch)
tree823c13696863ed86a9581e7efd029ee00c427ee8 /src/usr/local/www/js
parentdca4eadf2a7da5f60359f10843d1e107dd09c6a1 (diff)
downloadpfsense-571e181c1ab92a1308cfdcb8099cb11b5bae2713.zip
pfsense-571e181c1ab92a1308cfdcb8099cb11b5bae2713.tar.gz
COmment fix
(cherry picked from commit 7f30df9a2d3ffca0ae32999b25aa2fe1b2265c6a)
Diffstat (limited to 'src/usr/local/www/js')
-rw-r--r--src/usr/local/www/js/pfSenseHelpers.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/js/pfSenseHelpers.js b/src/usr/local/www/js/pfSenseHelpers.js
index 1747c19..3fba818 100644
--- a/src/usr/local/www/js/pfSenseHelpers.js
+++ b/src/usr/local/www/js/pfSenseHelpers.js
@@ -651,8 +651,7 @@ function moveOptions(From, To) {
// ------------- Service start/stop/restart functions.
-// [id^=restartservice-], [id^=stopservice-], id^=startservice-]
-// If a start/stop/restart button is clicked, parse teh button name and make a POST via AJAX
+// If a start/stop/restart button is clicked, parse the button name and make a POST via AJAX
$('[id*=restartservice-], [id*=stopservice-], [id*=startservice-]').click(function(event) {
var args = this.id.split('-');
var action, name, mode_zone, id;
OpenPOWER on IntegriCloud