Fix invisible document content when viewing

pull/1/head
Victor Dubiniuk 10 years ago
parent e37816348b
commit 5a568393a5

@ -56,7 +56,7 @@ var odfViewer = {
onView: function(filename) {
var webodfSource = (oc_debug === true) ? 'webodf-debug' : 'webodf',
attachTo = odfViewer.isDocuments ? '#documents-content' : '#app-content-files',
attachTo = odfViewer.isDocuments ? '#documents-content' : '#controls',
attachToolbarTo = odfViewer.isDocuments ? '#content-wrapper' : '#controls';
if (odfViewer.isDocuments){

Loading…
Cancel
Save