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