Skip to content

Commit

Permalink
feat(Editor): summernote jQuery upgrade to 3.6.0 (#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang authored Nov 9, 2024
1 parent 17ed9ac commit 67c2e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />

<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script>
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js"></script>
<script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
<script src="_framework/blazor.web.js"></script>
@if (Env.IsProduction())
Expand Down

0 comments on commit 67c2e18

Please sign in to comment.