From b5ce9061e6ba8d7a0ad225009f5f8d3830a87883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 13 Oct 2017 07:30:50 +0200 Subject: Replace custom code with SidebarView MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- templates/index-public.php | 3 +++ templates/index.php | 42 ++++-------------------------------------- 2 files changed, 7 insertions(+), 38 deletions(-) (limited to 'templates') diff --git a/templates/index-public.php b/templates/index-public.php index 899cf823d..5349b941f 100644 --- a/templates/index-public.php +++ b/templates/index-public.php @@ -14,7 +14,10 @@ script( 'vendor/backbone.marionette/lib/backbone.marionette.min', 'models/room', 'models/roomcollection', + 'views/callinfoview', 'views/roomlistview', + 'views/sidebarview', + 'views/tabview', 'simplewebrtc', 'webrtc', 'signaling', diff --git a/templates/index.php b/templates/index.php index 4edadd479..1b5259b38 100644 --- a/templates/index.php +++ b/templates/index.php @@ -16,8 +16,11 @@ script( 'models/roomcollection', 'models/participant', 'models/participantcollection', - 'views/roomlistview', + 'views/callinfoview', 'views/participantview', + 'views/roomlistview', + 'views/sidebarview', + 'views/tabview', 'simplewebrtc', 'webrtc', 'signaling', @@ -39,43 +42,6 @@ script(
- -
-- cgit v1.2.3