Skip to content

Commit d1ec4a2

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents b325ddc + 5f686e1 commit d1ec4a2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

GitHubApi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class GitHubApi{
156156
json.items.forEach(repo => {
157157
let data = {
158158
official: repo.owner.login === 'AlgorithmicGames',
159+
name: repo.full_name.replace(/.*\/|-Arena/g, ''),
159160
raw_url: null,
160161
default: 'https://raw.githubusercontent.com/'+repo.full_name+'/'+repo.default_branch+'/',
161162
html_url: repo.html_url,

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function a(){
5656
document.getElementById('login-button').href += '?origin='+encodeURI(location.protocol+'//'+location.host+location.pathname);
5757
document.getElementById('logout-button').addEventListener('click', GitHubApi.logout);
5858
openWindow(
59-
'Welcome!','Here you can participate in different games (known as Arenas) for a fun challenge and try to stay atop on the leader boards. Read the <a href="https://github.com/AlgorithmicGames#participate" target="_blank">Participate</a> section in the README to get started.\n'+
59+
'Welcome to Algorithmic Games!','Here you can participate in different games (known as Arenas) for a fun challenge and try to stay atop on the leader boards. Read the <a href="https://github.com/AlgorithmicGames#participate" target="_blank">Participate</a> section in the README to get started.\n'+
6060
'If you want to you join the discussions, head on over to the <a href="https://algorithmic.games/Community/Official/" target="_blank">Community handbook</a> and read where we are.\n'+
6161
'<span style="color:var(--secondary-background-color)">- Algorithmic Games</span>',
6262
true, '582px', true);

0 commit comments

Comments
 (0)