[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/dist
Aditya Dewan
aditya.dewan at collabora.co.uk
Fri Dec 22 09:04:23 UTC 2017
loleaflet/dist/toolbar/toolbar.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 81dba5385cb2c779889dc1d7fbb204e8458b4b03
Author: Aditya Dewan <aditya.dewan at collabora.co.uk>
Date: Mon Dec 11 01:48:58 2017 +0530
close user list pop up on checkbox click
Change-Id: Ied483b0bb484e93a665ed1197f3e48c3fc6e6020
Reviewed-on: https://gerrit.libreoffice.org/46196
Reviewed-by: pranavk <pranavk at collabora.co.uk>
Tested-by: pranavk <pranavk at collabora.co.uk>
(cherry picked from commit f86bc2814eab51e40d577491fb8f8a464267f7d2)
Reviewed-on: https://gerrit.libreoffice.org/46953
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index 136e7655..a475f67a 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -1701,12 +1701,12 @@ function editorUpdate(e) {
$('.selected-user').removeClass('selected-user');
if ($(userlistItem.html).find('.selected-user').length !== 0)
userlistItem.html = $(userlistItem.html).find('.selected-user').removeClass('selected-user').parent().parent().parent()[0].outerHTML;
- $('#tb_toolbar-down_item_userlist').w2overlay('');
}
else {
docLayer._followEditor = false;
docLayer._followThis = -1;
}
+ $('#tb_toolbar-down_item_userlist').w2overlay('');
}
function selectUser(viewId) {
More information about the Libreoffice-commits
mailing list