mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
OO v9 upgrade
This commit is contained in:
parent
505541e2b9
commit
67432dffef
@ -4,7 +4,7 @@
|
||||
|
||||
(() => {
|
||||
const factory = () => {
|
||||
const version = 8;
|
||||
const version = 9;
|
||||
return {
|
||||
currentVersionNumber: version,
|
||||
currentVersion: 'v' + version
|
||||
|
||||
@ -3455,6 +3455,7 @@ Uncaught TypeError: Cannot read property 'calculatedType' of null
|
||||
APP.startNew = isNew;
|
||||
|
||||
var version = OOCurrentVersion.currentVersion + '/';
|
||||
console.log("v." + OOCurrentVersion.currentVersion);
|
||||
var msg;
|
||||
// Old version detected: use the old OO and start the migration if we can
|
||||
if (privateData.ooForceVersion) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user