Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 11:52:15 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-12-05 12:59:57 +0300
commit76a30595cca2265b5fcb62b0b68897d8749ec38d (patch)
tree6f221bdb0ef45ab36e1d728be235920ee1839878 /lib/PublicShareAuth
parent3a9a407fc20ddde2c22ef2a690cb6e0ee25d773f (diff)
Extract view for the main empty content message
The main empty content message is kept in the templates generated by the server to be able to show something to the user while the rest of the UI is loading. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'lib/PublicShareAuth')
-rw-r--r--lib/PublicShareAuth/TemplateLoader.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicShareAuth/TemplateLoader.php b/lib/PublicShareAuth/TemplateLoader.php
index 1791998b0..2912ed859 100644
--- a/lib/PublicShareAuth/TemplateLoader.php
+++ b/lib/PublicShareAuth/TemplateLoader.php
@@ -93,6 +93,7 @@ class TemplateLoader {
Util::addScript('spreed', 'views/callinfoview');
Util::addScript('spreed', 'views/chatview');
Util::addScript('spreed', 'views/editabletextlabel');
+ Util::addScript('spreed', 'views/emptycontentview');
Util::addScript('spreed', 'views/participantlistview');
Util::addScript('spreed', 'views/participantview');
Util::addScript('spreed', 'views/richobjectstringparser');