You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/js
Pranav Kant c084533efb Wait till page is rendered
There's a race condition here between page being rendered with
all the document(s) information and showing the editor to the
user. The later requires the former as it uses data rendered into
the page.

In most cases, former is quick enough and we do not see any
problems, but in some cases, mostly when the server is responding
very slowly, it will lag behind the later causing the editor to
be shown before data is rendered into the page leading to '404
Object not found'.

This should, hopefully, avoid such cases.
8 years ago
..
viewer Use new owncloud9 addMenuEntry plugin 8 years ago
admin.js remove dead code (from Collabora Online perspective) 8 years ago
documents.js Wait till page is rendered 8 years ago
personal.js Fix appid 9 years ago
share.js Fix share dropdown 9 years ago