mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3687 from doktornotor/patch-1
(cherry picked from commit 7c820a5d1d)
This commit is contained in:
parent
1dd1953243
commit
df3848623b
@ -697,7 +697,7 @@ $('[id*=restartservice-], [id*=stopservice-], [id*=startservice-]').click(functi
|
||||
name = args[0];
|
||||
mode_zone = args[2];
|
||||
id = args[3];
|
||||
} else if (args[0] == "cpativeportal") {
|
||||
} else if (args[0] == "captiveportal") {
|
||||
action = args[1];
|
||||
name = args[0];
|
||||
mode_zone = args[2];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user