mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Whoops.
This commit is contained in:
parent
964e79ce14
commit
aa46534b60
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ function handleCaptureSetting(setting) {
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
// Uncomment the line below to test functionality in a browser.
|
// Uncomment the line below to test functionality in a browser.
|
||||||
// See definition of "testInBrowser()" to modify tests.
|
// See definition of "testInBrowser()" to modify tests.
|
||||||
testInBrowser(1);
|
//testInBrowser(1);
|
||||||
openEventBridge(function () {
|
openEventBridge(function () {
|
||||||
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
|
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
|
||||||
EventBridge.scriptEventReceived.connect(function (message) {
|
EventBridge.scriptEventReceived.connect(function (message) {
|
||||||
|
|
Loading…
Reference in a new issue