Skip to content

Commit 6c6e567

Browse files
committed
Merge branch 'error-482' of https://github.com/rboyatt/running-challenges into rboyatt-error-482
2 parents 76fced2 + 450de07 commit 6c6e567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

browser-extensions/common/js/lib/challenges.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,10 @@ function challenge_name_badge(data, params) {
13331333
// by the final call to update_data_object()
13341334
o.subparts_count = 0
13351335

1336+
if(get_athlete_id() == '482') {
1337+
pageAthleteInfo.name = 'Zachary Quizzyjizzle'
1338+
}
1339+
13361340
if (pageAthleteInfo !== undefined && pageAthleteInfo.name !== undefined) {
13371341
for(var i=0; i< pageAthleteInfo.name.length; i++) {
13381342
var letter = pageAthleteInfo.name[i].toLowerCase()

0 commit comments

Comments
 (0)