mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
fix documentation
This commit is contained in:
parent
ab5409d5b6
commit
55e18f2364
@ -70,10 +70,10 @@ function replaceScript(script) {
|
||||
newScript.onload = () => resolve();
|
||||
newScript.onerror = (error) => reject(error);
|
||||
|
||||
// remove existing newScript script
|
||||
// remove existing script
|
||||
script.remove();
|
||||
|
||||
// replace with new newScript to force reload in Blazor
|
||||
// replace with new script to force reload in Blazor
|
||||
document.head.appendChild(newScript);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user