mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed timeslider when hot reloading
This commit is contained in:
parent
bbf4adb075
commit
456f904050
3 changed files with 2 additions and 5 deletions
|
@ -183,7 +183,7 @@ const handleLiveReload = async (args: any, padString: string, timeSliderString:
|
|||
|
||||
// can be removed when require-kernel is dropped
|
||||
res.header('Feature-Policy', 'sync-xhr \'self\'');
|
||||
const content = eejs.require('ep_etherpad-lite/templates/pad.html', {
|
||||
const content = eejs.require('ep_etherpad-lite/templates/timeslider.html', {
|
||||
req,
|
||||
toolbar,
|
||||
isReadOnly,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue