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:
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php3
-rw-r--r--templates/index.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index db83642a2..b77cd315f 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -7,6 +7,7 @@ vendor_style('select2/select2');
style('spreed', 'style');
style('spreed', 'comments');
+style('spreed', 'autocomplete');
script(
'spreed',
[
@@ -14,6 +15,8 @@ script(
'vendor/backbone.radio/build/backbone.radio.min',
'vendor/backbone.marionette/lib/backbone.marionette.min',
'vendor/jshashes/hashes.min',
+ 'vendor/Caret.js/dist/jquery.caret.min',
+ 'vendor/At.js/dist/js/jquery.atwho.min',
'models/chatmessage',
'models/chatmessagecollection',
'models/localstoragemodel',
diff --git a/templates/index.php b/templates/index.php
index 2a3fb8607..1b0880cb9 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -7,6 +7,7 @@ vendor_style('select2/select2');
style('spreed', 'style');
style('spreed', 'comments');
+style('spreed', 'autocomplete');
script(
'spreed',
[
@@ -14,6 +15,8 @@ script(
'vendor/backbone.radio/build/backbone.radio.min',
'vendor/backbone.marionette/lib/backbone.marionette.min',
'vendor/jshashes/hashes.min',
+ 'vendor/Caret.js/dist/jquery.caret.min',
+ 'vendor/At.js/dist/js/jquery.atwho.min',
'models/chatmessage',
'models/chatmessagecollection',
'models/room',