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:
authorJoas Schilling <coding@schilljs.com>2017-03-14 16:28:43 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-24 13:22:01 +0300
commit2bfcc54e265967758a8c29bf8afceb66a3f47182 (patch)
treec2d37f4d8e091d2c619012edc5f6519f24556ae8 /templates
parentcf1ff76827c04320c28e23e823715812f3cdf601 (diff)
Make the PageController work with the token
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php2
-rw-r--r--templates/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 6b48b9146..133b59bb4 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -28,7 +28,7 @@ script(
<div id="notification-container">
<div id="notification" style="display: none;"></div>
</div>
-<div id="app" class="nc-enable-screensharing-extension" data-roomId="<?php p($_['roomId']) ?>">
+<div id="app" class="nc-enable-screensharing-extension" data-token="<?php p($_['token']) ?>">
<div id="app-content" class="participants-1">
<header>
diff --git a/templates/index.php b/templates/index.php
index 697ce075a..16c3adf46 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -25,7 +25,7 @@ script(
);
?>
-<div id="app" class="nc-enable-screensharing-extension" data-roomId="<?php p($_['roomId']) ?>">
+<div id="app" class="nc-enable-screensharing-extension" data-token="<?php p($_['token']) ?>">
<div id="app-navigation" class="icon-loading">
<form id="oca-spreedme-add-room">
<input id="edit-roomname" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>