Skip to content

Commit

Permalink
UI bugfix, previously cannot display harmony patches and analysed mod…
Browse files Browse the repository at this point in the history
…s section when html is exported
  • Loading branch information
admiralnelson committed Jan 14, 2022
1 parent 6354cd9 commit 869b790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BetterExceptionWindow/SubModule.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Module>
<Name value="BetterExceptionWindow"/>
<Id value="BetterExceptionWindow"/>
<Version value="v3.3.0"/>
<Version value="v3.3.1"/>
<SingleplayerModule value="true"/>
<MultiplayerModule value="false"/>
<DependedModules>
Expand Down
9 changes: 5 additions & 4 deletions BetterExceptionWindow/errorui.htm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h2 name="troubleshoot">
<br />
<br />
<div class="progressbar" id="dnspyProgressbar" style="display:none">Installing...(0000000K/000000K)</div>
<button class="troubleshoot-buttons" onclick="StartDnspy()" id="dnspyButton" disabled>Restart the program with dnSpy attched</button>
<button class="troubleshoot-buttons" onclick="StartDnspy()" id="dnspyButton" disabled>Restart the program with dnSpy attached</button>
</div>
</div>
<div id="jsonData" style="display:none">
Expand All @@ -313,7 +313,7 @@ <h2 name="troubleshoot">
work in progress
</div>
<hr />
<small id="bewVersion">Generated by BetterExceptionWindow version 3.3.0 1b063f4181eaaaf0c989150001127f7cfafb4656 </small>
<small id="bewVersion">Generated by BetterExceptionWindow version 3.3.1 6354cd928e607c97da5e5a23dfee87a54e211d30 </small>
<script>
//https://github.com/douglascrockford/JSON-js/blob/master/json2.js
if (typeof JSON !== "object") {
Expand Down Expand Up @@ -1174,10 +1174,11 @@ <h2 name="troubleshoot">
savegameButton.disabled = false;
}

CheckCampaignIsRunning();
CheckDnspy();
AnalyseModule();
AnalyseHarmonyPatches();

CheckCampaignIsRunning();
CheckDnspy();
RecordTakenAction();

</script>
Expand Down

0 comments on commit 869b790

Please sign in to comment.