[Libreoffice-commits] online.git: loleaflet/src
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 31 10:55:05 UTC 2019
loleaflet/src/control/Control.LokDialog.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6abd096824fabb0254bfe1513d7ac6e4d476412f
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Oct 30 16:43:40 2019 +0100
Commit: Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Thu Oct 31 11:54:47 2019 +0100
jsdialog: set correct windowId
Change-Id: Ic58e82b027ee33d86cb6e8e7afe5a457a5ef5e5f
Reviewed-on: https://gerrit.libreoffice.org/81790
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loleaflet/src/control/Control.LokDialog.js b/loleaflet/src/control/Control.LokDialog.js
index 76ee6738d..24646d46f 100644
--- a/loleaflet/src/control/Control.LokDialog.js
+++ b/loleaflet/src/control/Control.LokDialog.js
@@ -232,6 +232,7 @@ L.Control.LokDialog = L.Control.extend({
}
e.id = parseInt(e.id);
+ window.sidebarId = e.id;
var strId = this._toStrId(e.id);
var width = 0;
More information about the Libreoffice-commits
mailing list