[Libreoffice-commits] online.git: loleaflet/js

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 23 20:05:00 UTC 2018


 loleaflet/js/main.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 276a9713c2a4872dd317df5df7481e256ee56137
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Jul 23 15:03:29 2018 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Mon Jul 23 16:04:04 2018 -0400

    Revert "loleflet: disable the document is automatically zoomed ..."
    
    This reverts commit dfab8731a9c02233d02f5ec723107a85dbdae2c3.
    
    Change-Id: I20ab8eee97b9d6934ea33a1cbb24030d3d5b5a7e

diff --git a/loleaflet/js/main.js b/loleaflet/js/main.js
index ad38b45ca..83a67153c 100644
--- a/loleaflet/js/main.js
+++ b/loleaflet/js/main.js
@@ -61,7 +61,6 @@ var map = L.map('map', {
 	wopiSrc: wopiSrc,
 	notWopiButIframe: notWopiButIframe,
 	alwaysActive: alwaysActive,
-	autoFitWidth: false,
 	idleTimeoutSecs: idleTimeoutSecs,  // Dim when user is idle.
 	outOfFocusTimeoutSecs: outOfFocusTimeoutSecs // Dim after switching tabs.
 });


More information about the Libreoffice-commits mailing list