[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/dist
Jan Holesovsky
kendy at collabora.com
Wed Jun 20 11:35:15 UTC 2018
loleaflet/dist/toolbar/toolbar.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 62134df0c54c3837eb5461863b0cfe2e92ab8366
Author: Jan Holesovsky <kendy at collabora.com>
Date: Wed Jun 20 13:29:44 2018 +0200
borders: This has to be global in order to have the event working.
Change-Id: I7a1f52c825905f4fe0ba33fdfd16cf979e3d378d
Reviewed-on: https://gerrit.libreoffice.org/56156
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js
index e3848825e..fe3b8fd6c 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -299,6 +299,8 @@ function setBorderStyle(num) {
map.focus();
}
+global.setBorderStyle = setBorderStyle;
+
function insertTable() {
var rows = 10;
var cols = 10;
More information about the Libreoffice-commits
mailing list