Skip to content

Commit

Permalink
up main files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgl27 committed Aug 9, 2024
1 parent 20ce98a commit 4e909e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/specific/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var Main_values = {
DeviceCheck2: false,
MiboxRevertCheck: false,
Never_run_phone: true,
Codec_is_Check_new2: false,
Codec_is_Check_new3: false,
OS_is_Check: false,
Restore_Backup_Check: false,
UserSidePannel_LastPositionId: null,
Expand Down Expand Up @@ -475,7 +475,7 @@ function Main_CheckDevice() {
}
}

if (!Main_values.Codec_is_Check_new2) {
if (!Main_values.Codec_is_Check_new3) {
try {
//keep inside a try to avoid any device issues crashing the app
Main_SetBlockedFirstRun();
Expand Down Expand Up @@ -511,7 +511,7 @@ function Main_SetBlockedFirstRun() {
if (codecs && codecs.length > 1) {
var codecsToBlock = Main_SetBlockedGetToBlock(codecs);
//only save if we received codecs
Main_values.Codec_is_Check_new2 = true;
Main_values.Codec_is_Check_new3 = true;

if (codecsToBlock.length) {
var i = 0,
Expand Down
2 changes: 1 addition & 1 deletion release/githubio/js/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions release/githubio/js/main_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -11836,7 +11836,7 @@
DeviceCheck2: false,
MiboxRevertCheck: false,
Never_run_phone: true,
Codec_is_Check_new2: false,
Codec_is_Check_new3: false,
OS_is_Check: false,
Restore_Backup_Check: false,
UserSidePannel_LastPositionId: null,
Expand Down Expand Up @@ -12221,7 +12221,7 @@
}
}

if (!Main_values.Codec_is_Check_new2) {
if (!Main_values.Codec_is_Check_new3) {
try {
//keep inside a try to avoid any device issues crashing the app
Main_SetBlockedFirstRun();
Expand Down Expand Up @@ -12257,7 +12257,7 @@
if (codecs && codecs.length > 1) {
var codecsToBlock = Main_SetBlockedGetToBlock(codecs);
//only save if we received codecs
Main_values.Codec_is_Check_new2 = true;
Main_values.Codec_is_Check_new3 = true;

if (codecsToBlock.length) {
var i = 0,
Expand Down

0 comments on commit 4e909e3

Please sign in to comment.