Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle over 15 years ago

Remove ant tokens

View differences:

index.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;
45
  document.location.href="@systemidserver@/data/dataCollectionsPortal.html" + params;
43
 //  document.location.href="./index.jsp" + params;
44
  document.location.href="./data/dataCollectionsPortal.html" + params;
46 45
}
47 46
</script>
48 47
</head>

Also available in: Unified diff