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:
authorIvan Sein <ivan@struktur.de>2017-07-27 17:54:27 +0300
committerIvan Sein <ivan@struktur.de>2017-07-27 17:55:53 +0300
commit42bcae4549b3d20fceb5aa908c7f815072afde78 (patch)
treec521c6cb7d27d24b96b5a08c8909ada5515d3849 /templates
parent26f98f4ce4500e3d0f61915f2671758d03ed15c9 (diff)
Rename select2 input id to select-participants.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 069f87721..dc7a44717 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -28,7 +28,7 @@ script(
<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" class="select2-offscreen" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>
+ <input id="select-participants" class="select2-offscreen" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>
</form>
<ul id="spreedme-room-list" class="with-icon">
</ul>