mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
Fixed sharing js
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
6a617fa721
commit
0a400c4259
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ OCA.Sharing.PublicApp = {
|
|||
$('.save-form').submit(function (event) {
|
||||
event.preventDefault();
|
||||
|
||||
var remote = $(this).find('input[type="text"]').val();
|
||||
var remote = $(this).find('input[type="email"]').val();
|
||||
var token = $('#sharingToken').val();
|
||||
var owner = $('#save').data('owner');
|
||||
var ownerDisplayName = $('#save').data('owner-display-name');
|
||||
|
|
|
|||
Loading…
Reference in a new issue