vopdcteam team mailing list archive
-
vopdcteam team
-
Mailing list archive
-
Message #00049
[Bug 652824] Re: wrong path to lib in package's example
Bug fixed
** Changed in: websampconnector
Status: Confirmed => Fix Released
--
wrong path to lib in package's example
https://bugs.launchpad.net/bugs/652824
You received this bug notification because you are a member of VO-PDC
Team, which is subscribed to WebSampConnector.
Status in VO-PDC WebSampConnector: Fix Released
Bug description:
In latest WSC tgz package, when running
http://localhost/WebSampConnector-1.5/example/example.html
one gets the following popup warning:
---------------------------------------------------
Error: the WebSampConnector namespace is undefined.
Load websampconnector.js before this script.
---------------------------------------------------
looking further in source code, it appears that the following link is not
accessible any more:
<script type="text/javascript" src="http://vo.imcce.fr/webservices/samp/lib/websampconnector.js"></script>
replacing with the following works.
<script type="text/javascript" src="../lib/websampconnector.js"></script>
References