replace post.php with /post in src comments

This commit is contained in:
vitalets
2012-11-21 17:30:27 +04:00
parent a7bc385271
commit ec1ff5d29d
8 changed files with 9 additions and 9 deletions

@ -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
});
**/