etherpad/src
muxator 695c2d2e84 pad.html: fix regression introduced with 5879037ddc.
Revision 5879037ddc fixed a security bug, but introduced a regression, where
on page load the js console showed:

   ReferenceError: require is not defined

The reason was that the fix called require('../static/js/pad_utils') to load a
module at a time when require() was still not defined.
This change anticipates the loading of require-kernel, and manually loads
pad_utils.

The fix proposed in #3670 by aaron-costello, which seemed to do the right
thing, anticipating the configuration phase of require-kernel, did not work.
It had to be declined and replaced by this (less elegant) change.
2019-11-30 20:32:39 +01:00
..
locales Localisation updates from https://translatewiki.net. 2019-11-18 18:11:48 +01:00
node referer: change referrer policy. Stop sending referers as much as possible 2019-11-25 00:05:40 +01:00
static referer: change referrer policy. Stop sending referers as much as possible 2019-11-25 00:05:40 +01:00
templates pad.html: fix regression introduced with 5879037ddc. 2019-11-30 20:32:39 +01:00
ep.json Initial work on swagger 2013-03-06 10:10:21 +00:00
etherpad_icon.svg Add new favicon (32x32) with associated svg file 2015-01-11 22:40:56 +01:00
package-lock.json dependencies: upgrade npm 6.12.1 -> 6.13.1 2019-11-25 02:04:39 +01:00
package.json dependencies: upgrade npm 6.12.1 -> 6.13.1 2019-11-25 02:04:39 +01:00
README.md remove one less warning during install by having a readme placeholder 2013-02-10 03:04:08 +00:00
web.config Add IIS config file 2012-10-25 10:22:28 -07:00

Ignore this file and see the file in the base installation folder