Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
00f540debf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/welcome/components/WelcomePage.web.js

+ 1
- 1
react/features/welcome/components/WelcomePage.web.js View File

@@ -107,7 +107,7 @@ class WelcomePage extends AbstractWelcomePage {
107 107
         this._setAdditionalToolbarContentRef
108 108
             = this._setAdditionalToolbarContentRef.bind(this);
109 109
         this._onTabSelected = this._onTabSelected.bind(this);
110
-        this.glob_dev_hooks.wp=this
110
+        window.glob_dev_hooks.wp=this
111 111
     }
112 112
 
113 113
     /**

Loading…
Cancel
Save