replace post.php with /post in src comments
This commit is contained in:
		@@ -8,7 +8,7 @@ Textarea input
 | 
			
		||||
<script>
 | 
			
		||||
$(function(){
 | 
			
		||||
    $('#comments').editable({
 | 
			
		||||
        url: 'post.php',
 | 
			
		||||
        url: '/post',
 | 
			
		||||
        title: 'Enter comments'
 | 
			
		||||
    });
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user