Skip to content

Commit b13ce18

Browse files
move NT Players page links to LinksNational module
An unintended side effect of this is that the MyMonitor sideBox will appear on the Players page for NT/U21 teams.
1 parent 2cf850d commit b13ce18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ 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|' +
102101
'/Club/Players/Oldies(.|.Classic.)aspx|' +
103102
'/Club/Players/Coaches(.|.Classic.)aspx',
104103

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

0 commit comments

Comments
 (0)