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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-06 16:15:24 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:15:47 +0300
commit9ee339d43000323c82e6d9e7a66e844b1f240508 (patch)
treea0426b1da90b352ff9338e6a2898139c3e07e540 /core/src
parent19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (diff)
Fix undescore version
Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/OC/contactsmenu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/OC/contactsmenu.js b/core/src/OC/contactsmenu.js
index a4dc3022c3f..8cb8e808417 100644
--- a/core/src/OC/contactsmenu.js
+++ b/core/src/OC/contactsmenu.js
@@ -23,6 +23,7 @@
*/
/* eslint-disable */
+import _ from 'underscore'
import $ from 'jquery'
import { Collection, Model, View } from 'backbone'