forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-07 01:03:18 +02:00
parent 858c53e8e4
commit 1c7c40b5ca
2 changed files with 5 additions and 3 deletions

View File

@ -119,5 +119,7 @@ def after_request(response):
response.headers.add("X-Frame-Options", "deny")
return response
from files.routes.chat import *
from files.routes import *
if "load_chat" in argv:
from files.routes.chat import *
else:
from files.routes import *

View File

@ -856,7 +856,7 @@
{% include "expanded_image_modal.html" %}
<script src="/assets/js/comments+submission_listing.js?v=255"></script>
<script src="/assets/js/comments.js?v=254"></script>
<script src="/assets/js/comments.js?v=255"></script>
<script>
{% if p and (not v or v.highlightcomments) %}