Revision 3780
Added by daigle over 16 years ago
index.html | ||
---|---|---|
41 | 41 |
var params = ""; |
42 | 42 |
if (start > 0) params = fullURL.substring(start,fullURL.length); |
43 | 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;
|
|
44 |
document.location.href="./index.jsp" + params;
|
|
45 | 45 |
} |
46 | 46 |
</script> |
47 | 47 |
</head> |
Also available in: Unified diff
Changes to remove ANT tokens for the turnkey install project