summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 17:46:21 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 17:46:21 +0100
commit8396fa51e501e58f1b289d145d0a8be769c6b569 (patch)
tree2d929c4f5d748aa062f760860e25d40257debbb8 /templates
parent41d28ddf19f622a1b28bda9aff739e8be738cd5f (diff)
Move "comments.scss" to "chatview.scss"
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php2
-rw-r--r--templates/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 0012d8cfa..abdcb93a1 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -6,7 +6,7 @@ vendor_script('select2/select2');
vendor_style('select2/select2');
style('spreed', 'style');
-style('spreed', 'comments');
+style('spreed', 'chatview');
style('spreed', 'autocomplete');
script(
'spreed',
diff --git a/templates/index.php b/templates/index.php
index 670549aa2..d351c92fd 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -6,7 +6,7 @@ vendor_script('select2/select2');
vendor_style('select2/select2');
style('spreed', 'style');
-style('spreed', 'comments');
+style('spreed', 'chatview');
style('spreed', 'autocomplete');
script(
'spreed',