Add activation-codes and registration. Added tooltips. Added player-score-cache-display in mainpage.
This commit is contained in:
@@ -46,7 +46,7 @@ func GetPlayersByClanHTML(c *gin.Context) {
|
||||
|
||||
var htmlOptions string
|
||||
for _, player := range players {
|
||||
htmlOptions += fmt.Sprintf(playerItem, player.Name, player.ID, player.ID)
|
||||
htmlOptions += fmt.Sprintf(playerItem, player.Name, "----", player.ID, player.ID)
|
||||
}
|
||||
|
||||
c.Header("Content-Type", "text/html")
|
||||
|
||||
Reference in New Issue
Block a user