aboutsummaryrefslogtreecommitdiff
path: root/virtual/packages/infcloud_config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-09 12:36:23 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-09 12:36:23 +0100
commitd9998b44feff669636822b694b9a9327e3ecc925 (patch)
treeb39b144d0b51bc52dcafe2d8f330a68a9ef0bbc7 /virtual/packages/infcloud_config.js
parent1635a4ae886314be343c9699f40b5a7c7d32fe32 (diff)
downloadNix-d9998b44feff669636822b694b9a9327e3ecc925.tar.gz
Nix-d9998b44feff669636822b694b9a9327e3ecc925.tar.zst
Nix-d9998b44feff669636822b694b9a9327e3ecc925.zip
Add davical
Diffstat (limited to 'virtual/packages/infcloud_config.js')
-rw-r--r--virtual/packages/infcloud_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/packages/infcloud_config.js b/virtual/packages/infcloud_config.js
index f2182d0..ba73860 100644
--- a/virtual/packages/infcloud_config.js
+++ b/virtual/packages/infcloud_config.js
@@ -332,7 +332,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
332// port, ... (client installed into Davical "htdocs" subdirectory; 332// port, ... (client installed into Davical "htdocs" subdirectory;
333// works "out of the box", no additional setup required): 333// works "out of the box", no additional setup required):
334var globalNetworkCheckSettings={ 334var globalNetworkCheckSettings={
335 href: location.protocol+'//'+"outils.immae.eu"+ 335 href: location.protocol+'//'+location.hostname+
336 (location.port ? ':'+location.port: '')+ 336 (location.port ? ':'+location.port: '')+
337 location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+ 337 location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+
338 '/caldav.php/', 338 '/caldav.php/',