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:49:22 +0300
committerIvan Sein <ivan@struktur.de>2017-07-27 17:55:53 +0300
commit26f98f4ce4500e3d0f61915f2671758d03ed15c9 (patch)
treecf7661c720833e875020213139c4a9f37462649f /templates
parent235443d566eef731df7d517ab3ce509bd5d99e8f (diff)
Add select2-offscreen class in index.html.
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 980cd6eac..069f87721 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" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>
+ <input id="edit-roomname" class="select2-offscreen" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>
</form>
<ul id="spreedme-room-list" class="with-icon">
</ul>