Commit 4fe64316 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

fix openDocument.js

parent ca2c84df
...@@ -975,6 +975,7 @@ class Document { ...@@ -975,6 +975,7 @@ class Document {
}, false); }, false);
} }
if(parent_process !== 'registration') {
if(AS.OPTIONS.currentUser.userid == user.id) { if(AS.OPTIONS.currentUser.userid == user.id) {
switch (parent_process) { switch (parent_process) {
case 'null': case 'null':
...@@ -1029,6 +1030,8 @@ class Document { ...@@ -1029,6 +1030,8 @@ class Document {
} }
} }
}
resizePanels(this._doc); resizePanels(this._doc);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment