mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
Add a fake require
to go with the fake exports
.
This commit is contained in:
parent
fc68a25b21
commit
da95016228
3 changed files with 9 additions and 1 deletions
|
@ -18,6 +18,9 @@
|
|||
<link href="../static/custom/pad.css" rel="stylesheet">
|
||||
<script src="../static/custom/pad.js"></script>
|
||||
<style type="text/css" title="dynamicsyntax"></style>
|
||||
<script type="application/javascript">
|
||||
var require = (function (path) {return (function () {return this}())});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
// <![CDATA[
|
||||
var clientVars = {};
|
||||
|
||||
var require = (function (path) {return (function () {return this}())});
|
||||
|
||||
function createCookie(name,value,days)
|
||||
{
|
||||
if (days) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue