We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ed9ac commit 67c2e18Copy full SHA for 67c2e18
src/BootstrapBlazor.Server/Components/App.razor
@@ -44,7 +44,7 @@
44
45
<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />
46
47
- <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>
48
<script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
49
<script src="_framework/blazor.web.js"></script>
50
@if (Env.IsProduction())
0 commit comments