Merge pull request #280 from owncloud/fix-viewer-invisible

Fix invisible document content when viewing
pull/1/head
VicDeo 10 years ago
commit 688bbdfd11

@ -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