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

View File

@@ -8,7 +8,7 @@ Textarea input
<script>
$(function(){
$('#comments').editable({
url: 'post.php',
url: '/post',
title: 'Enter comments'
});
});