set username default server-side
This commit is contained in:
@@ -22,6 +22,4 @@ $(document).ready(function(){
|
||||
window.location.pathname = $(this).attr('href') + '?username=' +
|
||||
$('#username').val();
|
||||
});
|
||||
|
||||
$('#username').val(window.location.search.match(/username=(.*)/)[1]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user