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

@ -186,7 +186,7 @@ Applied as jQuery method.
@example
$('#edit').editableContainer({
type: 'text',
url: 'post.php',
url: '/post',
pk: 1,
value: 'hello'
});