Skip to content

Commit

Permalink
no longer append ply to analysis URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Aug 13, 2022
1 parent 616f9c5 commit 46ba101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/round/src/view/replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function analysisButton(ctrl: RoundController): VNode | undefined {
},
attrs: {
title: ctrl.noarg('analysis'),
href: gameRoute(ctrl.data, ctrl.data.player.color) + '/analysis#' + ctrl.ply,
href: gameRoute(ctrl.data, ctrl.data.player.color) + '/analysis',
'data-icon': '',
},
},
Expand Down

0 comments on commit 46ba101

Please sign in to comment.