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 82c936c commit d7e68cdCopy full SHA for d7e68cd
src/BootstrapBlazor.Server/Components/Samples/Editors.razor
@@ -9,7 +9,7 @@
9
10
<p>@((MarkupString)Localizer["EditorsTips"].Value)</p>
11
12
-<Pre class="no-highlight mb-3"><script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script></Pre>
+<Pre class="no-highlight mb-3"><script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js"></script></Pre>
13
14
<Pre class="no-highlight mb-3">builder.Services.Configure<HubOptions>(option => option.MaximumReceiveMessageSize = null);</Pre>
15
0 commit comments