File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
BootstrapBlazor.Server/Components
BootstrapBlazor/Components/Reconnector Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242
4343 <BlazorReconnector @rendermode =" new InteractiveServerRenderMode(false)" />
4444
45- <script src =" _content/BootstrapBlazor.SummerNote/js/jquery-3.6.0.min.js" ></script >
46- <script src =" _content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js" ></script >
47- <script src =" _framework/blazor.web.js" ></script >
45+ <script src =" @Assets[ " _content /BootstrapBlazor.SummerNote /js /jquery-3.6.0.min.js " ] " ></script >
46+ <script src =" @Assets[ " _content /BootstrapBlazor /js /bootstrap.blazor.bundle.min.js " ] " ></script >
47+ <script src =" @Assets[ " _framework /blazor.web.js " ] " ></script >
4848 @if (Env .IsProduction ())
4949 {
5050 <script type =" text/javascript" src =" https://cdn.wwads.cn/js/makemoney.js" ></script >
Original file line number Diff line number Diff line change 22@inherits BootstrapModuleComponentBase
33@attribute [BootstrapModuleAutoLoader("Reconnector/ReconnectorContent.razor.js", AutoInvokeDispose = false)]
44
5- <div id =" components-reconnect-modal" >
5+ <div id =" components-reconnect-modal" data-nosnippet >
66 <div class =" reconnect-state show" >
77 @if (ReconnectingTemplate != null )
88 {
You can’t perform that action at this time.
0 commit comments