Sfoglia il codice sorgente

auto acp scripted

dev
jfinn 5 anni fa
parent
commit
00f540debf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      react/features/welcome/components/WelcomePage.web.js

+ 1
- 1
react/features/welcome/components/WelcomePage.web.js Vedi 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…
Annulla
Salva