From e1674659a7afa68294b2499e6e10246ec2a2ef3a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 23 Nov 2016 21:00:23 +0100 Subject: [PATCH] JS: typo --- src/AppBundle/Resources/views/Category/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppBundle/Resources/views/Category/index.html.twig b/src/AppBundle/Resources/views/Category/index.html.twig index eea43d6..beab4a3 100644 --- a/src/AppBundle/Resources/views/Category/index.html.twig +++ b/src/AppBundle/Resources/views/Category/index.html.twig @@ -44,7 +44,7 @@ name: name, } }).done(function(response) { - $('#response').text(JSON.stringify(response, true)); + $('#response').text(JSON.stringify(response)); listCategories(); }).fail(function(response) { $('#response').text(JSON.stringify(response.responseJSON, null, 4));