Skip to content

Commit fa7ed71

Browse files
committed
Merge branch 'doc-error' into refactor-module
# Conflicts: # src/BootstrapBlazor/Services/WebClientService.cs
2 parents 2c4f9fd + 7398ea4 commit fa7ed71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Services/WebClientService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public async Task<ClientInfo> GetClientInfo()
4242

4343
try
4444
{
45-
_jsModule ??= await runtime.LoadModule("./_content/BootstrapBlazor/modules/client.js");
45+
_jsModule ??= await runtime.LoadModuleByName("client");
4646
_interop ??= DotNetObjectReference.Create(this);
4747
await _jsModule.InvokeVoidAsync("ping", "ip.axd", _interop, nameof(SetData));
4848

0 commit comments

Comments
 (0)