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

Commit e2411e5

Browse files
committed
fix template loading for challenge details
1 parent 6437a28 commit e2411e5

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)