summaryrefslogtreecommitdiffstats
path: root/frontends/php/js/services.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/js/services.js')
-rw-r--r--frontends/php/js/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/js/services.js b/frontends/php/js/services.js
index ed6b98b3..4569e441 100644
--- a/frontends/php/js/services.js
+++ b/frontends/php/js/services.js
@@ -64,7 +64,7 @@ function add_child_service(name,serviceid,trigger,triggerid){
var chkbx = document.createElement('input');
chkbx.type = 'checkbox';
chkbx.value = serviceid;
- chkbx.name = 'childs['+serviceid+'][serviceid]';
+ chkbx.name = 'childs_to_del['+serviceid+'][serviceid]';
var input = document.createElement('input');
input.setAttribute('type','hidden');