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:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-03-23 23:53:23 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-23 23:53:23 +0300
commit9df99f4d30371298077b09166c0d4fc76c8e31ee (patch)
treeac8901214b4bd01e5dca2c1ad60d1ec148e66b80 /templates
parent721dd8745344d85ce6629f4aacc7fe54ab09afbc (diff)
Use own backbone.js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php1
-rw-r--r--templates/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 1ef34139e..6b48b9146 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -9,6 +9,7 @@ style('spreed', 'style');
script(
'spreed',
[
+ 'vendor/backbone/backbone-min',
'vendor/backbone.radio/build/backbone.radio.min',
'vendor/backbone.marionette/lib/backbone.marionette.min',
'models/room',
diff --git a/templates/index.php b/templates/index.php
index c3e28c11f..697ce075a 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -9,6 +9,7 @@ style('spreed', 'style');
script(
'spreed',
[
+ 'vendor/backbone/backbone-min',
'vendor/backbone.radio/build/backbone.radio.min',
'vendor/backbone.marionette/lib/backbone.marionette.min',
'models/room',