loleaflet/js/toolbar.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 082a9bd48d64eafab199c1aeb9ec18331a9ab517 Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Wed Jul 24 08:32:05 2019 +0200 Commit: Samuel Mehrbrodt <[email protected]> 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}, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
