Skip to content

Commit 2a15ff3

Browse files
move nt/u21 players page back to allPlayers page category
Reverts changes made by pr foxtrick-ng#17
1 parent b557e7c commit 2a15ff3

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

content/pages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Foxtrick.htPages = {
9898
'allPlayers' : '/Club/Players/(Default.aspx|?|$)|' +
9999
'/Club/Players/(Default.Classic.aspx|?|$)|' +
100100
'/Club/Players/KeyPlayers(.|.Classic.)aspx|' +
101+
'/Club/NationalTeam/NTPlayers(.|.Classic.)aspx|' +
101102
'/Club/Players/Oldies(.|.Classic.)aspx|' +
102103
'/Club/Players/Coaches(.|.Classic.)aspx',
103104

@@ -154,8 +155,7 @@ Foxtrick.htPages = {
154155
'newsLetter' : '/Community/Federations/SendMessage.aspx',
155156
'mailNewsLetter' : '/MyHattrick/Inbox/(Default.aspx?|?)actionType=newsLetter',
156157
'ntNewsLetter' : '/Club/NationalTeam/NTNotice.aspx',
157-
'national' : '/Club/NationalTeam/NationalTeam.aspx|' +
158-
'/Club/NationalTeam/NTPlayers(.|.Classic.)aspx',
158+
'national' : '/Club/NationalTeam/NationalTeam.aspx',
159159
'guestbook' : '/Club/Manager/Guestbook.aspx',
160160
'announcementsView' : '/Club/Announcements/(Default.aspx?|?)',
161161
'announcementsWrite' : '/Club/Announcements/(New|Edit).aspx',

res/links.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -341,23 +341,7 @@
341341
},
342342
"trackerplayerlink": {
343343
"url": "https://hattrickportal.online/Tracker/Player.aspx?playerID=[playerid]"
344-
},
345-
"allow": [
346-
"OR",
347-
[
348-
"EQUAL",
349-
"ownteamid",
350-
"teamid"
351-
],
352-
[
353-
"EXISTS",
354-
"leagueid"
355-
],
356-
[
357-
"EXISTS",
358-
"playerid"
359-
]
360-
]
344+
}
361345
},
362346
"hattrick-youthclub": {
363347
"youthlink": {

0 commit comments

Comments
 (0)