6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
<script type="text/javascript">
|
|
jQuery(document).ready(function(){
|
|
AsciiIo.current_user = <%= raw current_user.to_json(:only => [:id, :nickname, :avatar_url]) %>;
|
|
});
|
|
</script>
|