mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Add minimumCompatibleVersion and update refresh modal to show more detail informations
This commit is contained in:
parent
03e68f92eb
commit
73f6d383b5
5 changed files with 60 additions and 28 deletions
|
@ -708,7 +708,10 @@ function connection(socket) {
|
|||
|
||||
//check version
|
||||
socket.on('version', function () {
|
||||
socket.emit('version', config.version);
|
||||
socket.emit('version', {
|
||||
version: config.version,
|
||||
minimumCompatibleVersion: config.minimumCompatibleVersion
|
||||
});
|
||||
});
|
||||
|
||||
//received cursor focus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue