summaryrefslogtreecommitdiffstats
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
parent41d28ddf19f622a1b28bda9aff739e8be738cd5f (diff)
Move "comments.scss" to "chatview.scss"
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-rw-r--r--css/chatview.scss (renamed from css/comments.scss)0
-rw-r--r--lib/PublicShareAuth/TemplateLoader.php2
-rw-r--r--templates/index-public.php2
-rw-r--r--templates/index.php2
4 files changed, 3 insertions, 3 deletions
diff --git a/css/comments.scss b/css/chatview.scss
index 98d613288..98d613288 100644
--- a/css/comments.scss
+++ b/css/chatview.scss
diff --git a/lib/PublicShareAuth/TemplateLoader.php b/lib/PublicShareAuth/TemplateLoader.php
index 4ecf15218..1791998b0 100644
--- a/lib/PublicShareAuth/TemplateLoader.php
+++ b/lib/PublicShareAuth/TemplateLoader.php
@@ -73,7 +73,7 @@ class TemplateLoader {
Util::addStyle('spreed', 'publicshareauth');
Util::addStyle('spreed', 'style');
- Util::addStyle('spreed', 'comments');
+ Util::addStyle('spreed', 'chatview');
Util::addStyle('spreed', 'autocomplete');
Util::addScript('spreed', 'vendor/backbone/backbone-min');
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',