Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
a39779c3
Commit
a39779c3
authored
Nov 25, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regression fixed
parent
0d4bd057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
results.html
mbetterclient/qt_player/templates/results.html
+3
-3
No files found.
mbetterclient/qt_player/templates/results.html
View file @
a39779c3
...
...
@@ -1120,10 +1120,10 @@
// Panel and content will be shown after 5 seconds when video starts playing
console
.
log
(
'RESULTS TEMPLATE: Waiting for results data to be received via WebChannel signals'
);
// Fallback: show test results after
10
seconds if no data received via signals
// Fallback: show test results after
5
seconds if no data received via signals
setTimeout
(()
=>
{
if
(
!
contentVisible
)
{
console
.
log
(
'RESULTS TEMPLATE: Fallback - No data received after
10
seconds, showing test results'
);
console
.
log
(
'RESULTS TEMPLATE: Fallback - No data received after
5
seconds, showing test results'
);
// Set test data
currentMainResult
=
'WIN1'
;
currentUnderOverResult
=
'OVER'
;
...
...
@@ -1139,7 +1139,7 @@
updateCombinedResultDisplay
();
updateWinningBetsDisplay
();
}
},
10
000
);
},
5
000
);
});
// Setup WebChannel communication (wait for overlay.js to set up WebChannel)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment