summaryrefslogtreecommitdiffstats
path: root/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-05-17 04:25:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-05-17 05:21:32 +0200
commitaba1438a4d188ae4ba20d2ee264212622809afd1 (patch)
treef7bd11478c4578d7e70f7bca74e9233f7ca5b65c /roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
parent2d30ef24b25d145b0fa827b7b458583996a04760 (diff)
Roundcube: Port to Debian 10.
We use the version from buster-backports (currently 1.4.4+dfsg.1-1~bpo10+1) for the elastic theme.
Diffstat (limited to 'roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php')
-rw-r--r--roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
deleted file mode 100644
index bb9720b..0000000
--- a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here
-$config['jquery_ui_i18n'] = array('datepicker');
-
-// map Roundcube skins with jquery-ui themes here
-$config['jquery_ui_skin_map'] = array(
- 'default' => 'smoothness',
-);
-
-?>