Fix bad encoding of param
This commit is contained in:
parent
09306ba974
commit
7e9dbb4d2a
@ -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
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user