jsdialog: set correct windowId

Change-Id: Ic58e82b027ee33d86cb6e8e7afe5a457a5ef5e5f
Reviewed-on: https://gerrit.libreoffice.org/81790
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Szymon Kłos 2019-10-30 16:43:40 +01:00 committed by Ashod Nakashian
parent 832f65788f
commit 6abd096824

View file

@ -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;