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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainPublicShareAuthSidebar.js')
-rw-r--r--src/mainPublicShareAuthSidebar.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainPublicShareAuthSidebar.js b/src/mainPublicShareAuthSidebar.js
index 9d72012a3..4031a771e 100644
--- a/src/mainPublicShareAuthSidebar.js
+++ b/src/mainPublicShareAuthSidebar.js
@@ -93,6 +93,9 @@ function wrapBody() {
bodyElement.appendChild(bodyWrapperElement)
}
+/**
+ *
+ */
function adjustLayout() {
const contentElement = document.createElement('div')
contentElement.setAttribute('id', 'content')
@@ -116,6 +119,9 @@ function adjustLayout() {
adjustLayout()
+/**
+ *
+ */
function getShareToken() {
const shareTokenElement = document.getElementById('sharingToken')
return shareTokenElement.value