update components

This commit is contained in:
Luke Pulverenti
2016-02-01 12:02:17 -05:00
parent 29af47046c
commit 2eb6f86119
26 changed files with 1377 additions and 136 deletions
+1 -2
View File
@@ -46,8 +46,7 @@ var URLHelper = {
builtURL = baseURLDomain+URLHelper.buildAbsolutePath('', relativeURL.substring(1));
}
else {
var newPath = URLHelper.buildAbsolutePath(baseURLPath, relativeURL);
builtURL = baseURLDomain + newPath;
builtURL = URLHelper.buildAbsolutePath(baseURLDomain+baseURLPath, relativeURL);
}
// put the query and hash parts back