Prepare v2.0.0 release
This commit is contained in:
@@ -381,11 +381,9 @@ function handleCommandMessage(rawMessage) {
|
||||
}
|
||||
return;
|
||||
case 'previous':
|
||||
case 'left':
|
||||
navigateSlides(-1);
|
||||
return;
|
||||
case 'next':
|
||||
case 'right':
|
||||
navigateSlides(1);
|
||||
return;
|
||||
case 'reload':
|
||||
@@ -424,11 +422,11 @@ function connectCommandSocket() {
|
||||
socket.onopen = function () {
|
||||
if (typeof syncOnboardingClientNameFromServer === 'function') {
|
||||
syncOnboardingClientNameFromServer(socket).then(function () {
|
||||
sendCommandHello(socket);
|
||||
sendCommandState(socket);
|
||||
});
|
||||
return;
|
||||
}
|
||||
sendCommandHello(socket);
|
||||
sendCommandState(socket);
|
||||
};
|
||||
|
||||
socket.onmessage = function (event) {
|
||||
|
||||
Reference in New Issue
Block a user