allow loading of loaderror.html on page load errors
This commit is contained in:
parent
0bd7c40af2
commit
474ea7abae
10 changed files with 908 additions and 6 deletions
WebBrowser
|
@ -331,6 +331,7 @@
|
|||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="loaderror.html" />
|
||||
<Content Include="Resources\loaderror.html" />
|
||||
<Content Include="script.js">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -342,6 +343,9 @@
|
|||
<Content Include="index.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="loaderror.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="pepflashplayer64_32_0_0_465.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
Reference in a new issue