Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
SHMCamStudio
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
1
Merge Requests
1
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
SexHackMe
SHMCamStudio
Commits
ca2dd6c0
Commit
ca2dd6c0
authored
Jun 26, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt initialization bridge fixed
parent
047b754f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
runtime_bridge.cpython-313.pyc
assets/browser/js/__pycache__/runtime_bridge.cpython-313.pyc
+0
-0
chrome-runtime-api.js
assets/browser/js/chrome-runtime-api.js
+1
-1
No files found.
assets/browser/js/__pycache__/runtime_bridge.cpython-313.pyc
View file @
ca2dd6c0
No preview for this file type
assets/browser/js/chrome-runtime-api.js
View file @
ca2dd6c0
...
@@ -815,7 +815,7 @@
...
@@ -815,7 +815,7 @@
console
.
log
(
'Received webChannelReady event'
);
console
.
log
(
'Received webChannelReady event'
);
if
(
!
isInitialized
)
{
if
(
!
isInitialized
)
{
console
.
log
(
'webChannelReady event received, but chrome.runtime not initialized, attempting initialization'
);
console
.
log
(
'webChannelReady event received, but chrome.runtime not initialized, attempting initialization'
);
attemptInitialization
();
initWebChannel
();
}
}
});
});
...
...
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