replace post.php with /post in src comments
This commit is contained in:
src
containers
editable-form
element
inputs
@ -186,7 +186,7 @@ Applied as jQuery method.
|
||||
@example
|
||||
$('#edit').editableContainer({
|
||||
type: 'text',
|
||||
url: 'post.php',
|
||||
url: '/post',
|
||||
pk: 1,
|
||||
value: 'hello'
|
||||
});
|
||||
|
Reference in New Issue
Block a user