Skip to content
Snippets Groups Projects
Commit 05b90ae7 authored by pkupczyk's avatar pkupczyk
Browse files

SP-555 / BIS-366 : openbis.js - delete utilities.js files and use...

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
parent a2cf4074
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment