aboutsummaryrefslogtreecommitdiff
path: root/virtual/packages/infcloud_config.js
diff options
context:
space:
mode:
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/',