We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76fced2 + 450de07 commit 6c6e567Copy full SHA for 6c6e567
browser-extensions/common/js/lib/challenges.js
@@ -1333,6 +1333,10 @@ function challenge_name_badge(data, params) {
1333
// by the final call to update_data_object()
1334
o.subparts_count = 0
1335
1336
+ if(get_athlete_id() == '482') {
1337
+ pageAthleteInfo.name = 'Zachary Quizzyjizzle'
1338
+ }
1339
+
1340
if (pageAthleteInfo !== undefined && pageAthleteInfo.name !== undefined) {
1341
for(var i=0; i< pageAthleteInfo.name.length; i++) {
1342
var letter = pageAthleteInfo.name[i].toLowerCase()
0 commit comments