diff --git a/Theme/Backend/task-create.tpl.php b/Theme/Backend/task-create.tpl.php index 9b26f05..47b0e5e 100644 --- a/Theme/Backend/task-create.tpl.php +++ b/Theme/Backend/task-create.tpl.php @@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?> { "listener": "click", "action": [ {"type": "popup", "tpl": "acc-grp-tpl", "aniIn": "fadeIn"}, - {"type": "request", "uri": "", "method": "GET", "request_type": "json"}, + {"type": "request", "uri": "", "method": "GET", "request_type": "json"}, {"type": "dom.table.append", "id": "acc-grp-table", "aniIn": "fadeIn", "data": [], "bindings": {"id": "id", "name": "name/0"}, "position": -1} ] }