From 05b90ae74b90fd58de0f5c80dbd257748f03bef5 Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk>
Date: Fri, 3 May 2013 14:41:20 +0000
Subject: [PATCH] SP-555 / BIS-366 : openbis.js - delete utilities.js files and
 use openbis-action-deferrer.js - make server addresses in basynthec webapp
 relative

SVN: 28995
---
 .../basynthec/1/as/webapps/basynthec/browser/index.html   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
index 02138e3fb54..e3f453b9a69 100644
--- a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
+++ b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/index.html
@@ -17,11 +17,11 @@
 	<!-- <script type="text/javascript" src="/openbis/resources/js/openbis-request-cache.js"></script> -->
 	<script>
 
-// var openBisUrl = 'http://localhost:8888/openbis/openbis';
-// var dssUrl = 'http://localhost:8889/datastore_server';
+var openBisUrl = '/openbis/openbis';
+var dssUrl = '/datastore_server';
 
-var openBisUrl = 'https://basynthec.ethz.ch/openbis/openbis';
-var dssUrl = 'https://basynthec.ethz.ch/datastore_server';
+// var openBisUrl = 'https://basynthec.ethz.ch/openbis/openbis';
+// var dssUrl = 'https://basynthec.ethz.ch/datastore_server';
 
 basynthec = new openbis_basynthec(openBisUrl, dssUrl);
 
-- 
GitLab