Fixed timeslider when hot reloading

This commit is contained in:
SamTv12345 2024-07-17 10:55:30 +02:00
parent bbf4adb075
commit 456f904050
3 changed files with 2 additions and 5 deletions

View file

@ -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,