mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
bugfix / timeslider: only update timeslider on correct message type -- resolves #4100
This commit is contained in:
parent
09ce8bcc45
commit
3ddce87ee4
@ -86,7 +86,7 @@ function init() {
|
||||
{
|
||||
$("body").html("<h2>You have no permission to access this pad</h2>")
|
||||
} else {
|
||||
changesetLoader.handleMessageFromServer(message);
|
||||
if(message.type === 'CHANGESET_REQ') changesetLoader.handleMessageFromServer(message);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user