etherpad-lite/src/templates
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
..
admin Correctly display plugin list in troubleshooting tab 2018-07-15 23:47:44 +02:00
export_html.html remove license thing from exports 2018-04-04 13:33:46 +01:00
index.html index.html: generate unique pad names 2018-11-26 23:07:34 +01:00
javascript.html javascript license: we cannot assert the license of a custom skin. 2018-08-26 22:28:31 +02:00
pad.html pad.html: fix regression introduced with 5879037ddc. 2019-11-30 20:32:39 +01:00
timeslider.html timeslider.html: import pad.css so the pad will look the same 2018-11-08 21:56:08 +01:00