[Libreoffice-commits] online.git: Branch 'distro/cib/libreoffice-6-2' - loleaflet/js
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 24 06:32:45 UTC 2019
loleaflet/js/toolbar.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 082a9bd48d64eafab199c1aeb9ec18331a9ab517
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Jul 24 08:32:05 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Jul 24 08:32:05 2019 +0200
Fix indentation
diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 162949a1d..6ace95b08 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -643,12 +643,12 @@ function createToolbar() {
if (!edata.item.html) {
edata.isCancelled = true;
} else {
- $.extend(edata, { onComplete: function (e) {
- $('.fontsizes-select').select2({ dropdownAutoWidth: true, width: 'auto'});
- e.item.html = undefined;
- }});
- }
- }, mobile: false},
+ $.extend(edata, { onComplete: function (e) {
+ $('.fontsizes-select').select2({ dropdownAutoWidth: true, width: 'auto'});
+ e.item.html = undefined;
+ }});
+ }
+ }, mobile: false},
{type: 'break', id: 'breakstyles', mobile: false},
{type: 'button', id: 'bold', img: 'bold', hint: _UNO('.uno:Bold'), uno: 'Bold', disabled: true},
{type: 'button', id: 'italic', img: 'italic', hint: _UNO('.uno:Italic'), uno: 'Italic', disabled: true},
More information about the Libreoffice-commits
mailing list