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