Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Jun 26, 2024
1 parent 18ce13d commit 94fcd45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/githubio/js/master.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions release/githubio/js/master_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -7182,15 +7182,17 @@
if (Main_values.Main_Go !== Main_aGame) Main_values.Main_BeforeAgameisSet = false;

Main_CounterDialogRst();

if (Main_Switchobj[Main_values.Main_Go]) Main_Switchobj[Main_values.Main_Go]();
else Main_Switchobj[1]();

if (removekey) Main_RemoveKeys();
}

function Main_OpenSearch() {
if (!Main_values.Search_isSearching) Main_values.Main_BeforeSearch = Main_values.Main_Go;
if (!Main_values.Search_isSearching) {
Main_values.Main_BeforeSearch = Main_values.Main_Go;
}

Main_ExitCurrent(Main_values.Main_Go);
Main_values.Main_Go = Main_Search;
Main_HideWarningDialog();
Expand Down Expand Up @@ -14317,7 +14319,7 @@
});
} else {
Main_ready(function() {
//Values that need to be reset to prevent app odd behavier
//Values that need to be reset to prevent app odd behavior
Main_values.Search_isSearching = false;
Main_values.Main_BeforeChannelisSet = false;
Main_values.Main_BeforeAgameisSet = false;
Expand Down Expand Up @@ -18827,8 +18829,9 @@
if (
!Main_values.Search_isSearching &&
(Main_values.Main_Go === Main_ChannelContent || Main_values.Main_Go === Main_ChannelClip || Main_values.Main_Go === Main_ChannelVod)
)
) {
ChannelContent_SetChannelValue();
}
Main_OpenSearch();
} else document.body.addEventListener('keydown', Sidepannel_Callback, false);
} else if (Main_values.Sidepannel_Pos === 8) {
Expand Down Expand Up @@ -18882,6 +18885,7 @@
document.body.addEventListener('keydown', Sidepannel_Callback, false);
Main_SwitchScreenAction();
} else {
Main_values.Search_isSearching = false;
Main_values.Main_Before = Main_values.Main_Go;
Main_values.Main_Go = GoTo;
Main_ExitCurrent(Main_values.Main_Before);
Expand Down

0 comments on commit 94fcd45

Please sign in to comment.