Revision 4348
Added by daigle about 16 years ago
publications.html | ||
---|---|---|
40 | 40 |
var start = fullURL.indexOf("?"); |
41 | 41 |
var params = ""; |
42 | 42 |
if (start > 0) params = fullURL.substring(start,fullURL.length); |
43 |
// the ant build script will substitute the tokens in below that are wrapped in '@ ... @' |
|
44 |
document.location.href="@systemidserver@@style-skins-path@/@default-style@/index.jsp" + params; |
|
43 |
document.location.href="./index.jsp" + params; |
|
45 | 44 |
} |
46 | 45 |
</script> |
47 | 46 |
</head> |
Also available in: Unified diff
Remove ant tokens