mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Allow modules to be fetched remotely.
This commit is contained in:
parent
b5ddba8741
commit
64ae1c433f
3 changed files with 7 additions and 1 deletions
|
@ -295,6 +295,8 @@
|
|||
<script type="text/javascript">
|
||||
var clientVars = {};
|
||||
(function () {
|
||||
require.setRootURI("../minified/");
|
||||
require.setGlobalKeyPath("require");
|
||||
require('/pad').init();
|
||||
|
||||
/* TODO: These globals shouldn't exist. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue