[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/js
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 2 15:04:14 UTC 2019
loleaflet/js/toolbar.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 36a6c6f7a7c843007cbbd95d1885462005f68bf3
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Dec 2 15:35:03 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Dec 2 16:03:53 2019 +0100
Add (commented-out) debug message
Change-Id: I718899a7071093a63898c73bfc42144140e6fba3
Reviewed-on: https://gerrit.libreoffice.org/84234
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 091120da7..a9bccdddd 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1738,6 +1738,8 @@ function onCommandStateChanged(e) {
var found = false;
var value, color, div;
+ // window.postMobileDebug('onCommandStateChanged: ' + commandName + ' ' + state);
+
if (commandName === '.uno:AssignLayout') {
$('.styles-select').val(state).trigger('change');
} else if (commandName === '.uno:StyleApply') {
More information about the Libreoffice-commits
mailing list