From 6a4bbca27f53f5cf2f2929a6e49038c86c4c872e Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Fri, 16 Aug 2013 19:47:39 +0200 Subject: [PATCH] whitespace --- js/office.js | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/js/office.js b/js/office.js index bc1b37b3..149ad71b 100644 --- a/js/office.js +++ b/js/office.js @@ -31,34 +31,34 @@ var officeMain = { $('.documentslist, #emptyfolder, #editing-sessions').fadeOut('slow').promise().done(function() { // odf action toolbar var odfToolbarHtml = - '
' - + '' - + '' - + '' - + '
'; + '
' + + ' ' + + ' ' + + ' ' + + '
'; $('#controls').append(odfToolbarHtml); $('#office-content').addClass('wide'); var memberId, odfelement, odfcanvas, canvashtml = - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
' + - '
'; + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '
'; $(document.body).addClass("claro"); $('.documentslist, #emptyfolder').after(canvashtml); // in case we are on the public sharing page we shall display the odf into the preview tag