mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
export Cryptpad at window level
This commit is contained in:
parent
3c2c0deee8
commit
01d9923e15
@ -38,7 +38,9 @@ define([
|
||||
|
||||
var secret = Cryptpad.getSecrets();
|
||||
|
||||
var module = window.APP = {};
|
||||
var module = window.APP = {
|
||||
Cryptpad: Cryptpad,
|
||||
};
|
||||
|
||||
module.Wizard = Wizard;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user