This commit is contained in:
Zuzanna 2025-11-11 16:24:48 +01:00
parent 20e3a77991
commit 5c077b698f

View File

@ -68,7 +68,9 @@ define([
var getVersion = function (position, initial) {
if (Object.keys(ooMessages).length) {
console.log('here', id)
var version = (id === -1 || id === 0) ? 0 : id;
if (!position) {
position = ooMessages[id].length || 0
}