Fix bad encoding of param

This commit is contained in:
Laurent Destailleur
2016-07-15 10:23:53 +02:00
parent 09306ba974
commit 7e9dbb4d2a

View File

@@ -519,7 +519,7 @@ if (count($object->records) > 0)
element: \'websites\',
table_element: \'website\',
fk_element: '.$object->id.',
value: encodeURIComponent(newurl),
value: newurl,
},
context: document.body
});