Skip to content

Commit 67c2e18

Browse files
authored
feat(Editor): summernote jQuery upgrade to 3.6.0 (#4633)
1 parent 17ed9ac commit 67c2e18

File tree

1 file changed

+1
-1
lines changed
  • src/BootstrapBlazor.Server/Components

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

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

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

0 commit comments

Comments
 (0)