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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-21 16:41:11 +0300
committerbrantje <brantje@gmail.com>2016-12-21 16:41:11 +0300
commitaf672f61fde2433e9b89fdde4bd66349144e60c0 (patch)
treec5acab8efff59ac1784e0fd78c471a4702490b91 /js
parentb27306d030d97a4dae3d780d4c7f730e801b8ff9 (diff)
Fix public share page
Diffstat (limited to 'js')
-rw-r--r--js/app/app_public.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/app/app_public.js b/js/app/app_public.js
index 41c46b19..cb8ee990 100644
--- a/js/app/app_public.js
+++ b/js/app/app_public.js
@@ -32,7 +32,6 @@
'ngSanitize',
'ngTouch',
'ngclipboard',
- 'ui.sortable',
'pascalprecht.translate'
]).config(['$httpProvider', function ($httpProvider) {