Skip to content

Commit

Permalink
Open individual page in a new window/tab
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Aug 28, 2023
1 parent 7d21b07 commit f394fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/modules/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default class Chart
*/
redirectToIndividual(url)
{
window.location = url;
window.open(url, "_blank");
}

/**
Expand Down

0 comments on commit f394fa6

Please sign in to comment.