Skip to content

Commit

Permalink
added script version
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Apr 28, 2024
1 parent bf03cd6 commit f65e9a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Blazor-ApexCharts/ApexChart.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
{
if (firstRender && isReady == false)
{

var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js";
var javascriptPath = "./_content/Blazor-ApexCharts/js/blazor-apexcharts.js?ver=1";
if (!string.IsNullOrWhiteSpace(Options?.Blazor?.JavascriptPath)) { javascriptPath = Options.Blazor.JavascriptPath; }

// load Module ftom ES6 script
Expand Down

0 comments on commit f65e9a6

Please sign in to comment.