fsd
This commit is contained in:
parent
2221c2847d
commit
4cf44004fe
2 changed files with 2 additions and 1 deletions
|
@ -306,5 +306,6 @@ function handle_blackjack_action(cid, action) {
|
|||
|
||||
xhr.onload = function() {
|
||||
if (xhr.status == 200) location.reload();
|
||||
}
|
||||
xhr.send(form);
|
||||
}
|
|
@ -910,7 +910,7 @@
|
|||
|
||||
{% if v %}
|
||||
<script src="/static/assets/js/marked.js?a=240"></script>
|
||||
<script src="/static/assets/js/comments_v.js?a=241"></script>
|
||||
<script src="/static/assets/js/comments_v.js?a=242"></script>
|
||||
{% endif %}
|
||||
|
||||
<script src="/static/assets/js/clipboard.js?a=240"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue