summaryrefslogtreecommitdiffstats
path: root/core/src/jquery/contactsmenu.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 09:26:43 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 09:26:43 +0200
commit0f8aca9d87db9022fe942a3d3fbb11433e152676 (patch)
tree5b36724719611ebb87b3d9290a51475f32b48e64 /core/src/jquery/contactsmenu.js
parentfc31cb8bf2d6cf7ee7af46af38e1b06002f7fb26 (diff)
downloadnextcloud-server-0f8aca9d87db9022fe942a3d3fbb11433e152676.tar.gz
nextcloud-server-0f8aca9d87db9022fe942a3d3fbb11433e152676.zip
Bump compiled files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/jquery/contactsmenu.js')
-rw-r--r--core/src/jquery/contactsmenu.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/jquery/contactsmenu.js b/core/src/jquery/contactsmenu.js
index ee708dcf982..50d256ff3f8 100644
--- a/core/src/jquery/contactsmenu.js
+++ b/core/src/jquery/contactsmenu.js
@@ -65,8 +65,8 @@ $.fn.contactsMenu = function(shareWith, shareType, appendTo) {
$.ajax(OC.generateUrl('/contactsmenu/findOne'), {
method: 'POST',
data: {
- shareType: shareType,
- shareWith: shareWith,
+ shareType,
+ shareWith,
},
}).then(function(data) {
$list.find('ul').find('li').addClass('hidden')
@@ -98,7 +98,7 @@ $.fn.contactsMenu = function(shareWith, shareType, appendTo) {
const template = entryTemplate
$list.find('ul').append(template({
hyperlink: '#',
- title: title,
+ title,
}))
})
})