[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 14:49:34 UTC 2018


 loleaflet/src/control/Signing.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3c4a24d2b008e38ab8efbf33add2e56cbf6338c
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Dec 10 15:49:10 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Dec 10 15:49:10 2018 +0100

    Revert "signing: update end point URL suffix to work again"
    
    This reverts commit 37425878ea181f755233357d2dce834039c1f468.

diff --git a/loleaflet/src/control/Signing.js b/loleaflet/src/control/Signing.js
index 183d5ed88..d4113cc67 100644
--- a/loleaflet/src/control/Signing.js
+++ b/loleaflet/src/control/Signing.js
@@ -421,7 +421,7 @@ L.Map.include({
 					}
 				}
 			},
-			vereignURL + '/vcl/js/iframe'
+			vereignURL + '/api/js/iframe'
 		).then(function(lib) {
 			library = lib;
 			adjustUIState();


More information about the Libreoffice-commits mailing list