Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8a87fb3

Browse files
authored
Merge pull request #333 from appirio-tech/tom-template-loading-errors
fix template loading for challenge details
2 parents b70e29e + e2411e5 commit 8a87fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/app/challenge-details/js/controllers/challenge-details-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
* @returns {string}
231231
*/
232232
$scope.getTemplateURL = function (template) {
233-
return base_url + '/js/app/challenge-details/partials/' + template;
233+
return '/js/app/challenge-details/partials/' + template;
234234
}
235235

236236
}

0 commit comments

Comments
 (0)