Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.js b/src/document.js
index 608c411f..ef060ec2 100644
--- a/src/document.js
+++ b/src/document.js
@@ -268,7 +268,7 @@ const documentsMain = {
// form to post the access token for WOPISrc
var form = '<form id="loleafletform" name="loleafletform" target="loleafletframe" action="' + urlsrc + '" method="post">'
+ '<input name="access_token" value="' + accessToken + '" type="hidden"/>'
- + '<input name="ui_defaults" value="TextRuler=true;TextStatusbar=false;TextSidebar=false;PresentationSidebar=false;PresentationStatusbar=false;SpreadsheetSidebar=false" type="hidden"/>'
+ + '<input name="ui_defaults" value="TextRuler=false;TextStatusbar=true;TextSidebar=false;PresentationSidebar=false;PresentationStatusbar=true;SpreadsheetSidebar=false" type="hidden"/>'
+ '<input name="css_variables" value="' + generateCSSVarTokens() + '" type="hidden"/></form>'
// iframe that contains the Collabora Online