8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
<script type="text/javascript">
|
|
$(function() {
|
|
$.post("<%= Danbooru.config.reportbooru_server %>/post_views", {
|
|
msg: "<%= msg %>"
|
|
});
|
|
});
|
|
</script>
|