Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

jc3.js 262B

1234567
  1. // import * as auth from '../react/features/authentication';
  2. // import AuthHandler from './modules/UI/authentication/AuthHandler';
  3. import AuthHandler from '../modules/UI/authentication/AuthHandler';
  4. clog("JC3")
  5. Object.assign(window.glob_react, {
  6. AuthHandler,
  7. })