replace post.php with /post in src comments
This commit is contained in:
src
containers
editable-form
element
inputs
@ -350,7 +350,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
|
||||
@example
|
||||
$('#username').editable({
|
||||
type: 'text',
|
||||
url: 'post.php',
|
||||
url: '/post',
|
||||
pk: 1
|
||||
});
|
||||
**/
|
||||
|
Reference in New Issue
Block a user