whitespace
This commit is contained in:
parent
20a5ed92b4
commit
6a4bbca27f
18
js/office.js
18
js/office.js
@ -31,15 +31,15 @@ var officeMain = {
|
|||||||
$('.documentslist, #emptyfolder, #editing-sessions').fadeOut('slow').promise().done(function() {
|
$('.documentslist, #emptyfolder, #editing-sessions').fadeOut('slow').promise().done(function() {
|
||||||
// odf action toolbar
|
// odf action toolbar
|
||||||
var odfToolbarHtml =
|
var odfToolbarHtml =
|
||||||
'<div id="odf-toolbar">'
|
'<div id="odf-toolbar">' +
|
||||||
+ '<button id="odf_close">'
|
' <button id="odf_close">' +
|
||||||
+ t('files_odfviewer', 'Close')
|
t('files_odfviewer', 'Close') +
|
||||||
+ '</button>'
|
' </button>' +
|
||||||
+ '<button id="odf_invite">'
|
' <button id="odf_invite">' +
|
||||||
+ t('files_odfviewer', 'Invite')
|
t('files_odfviewer', 'Invite') +
|
||||||
+ '</button>'
|
' </button>' +
|
||||||
+ '<span id="toolbar" class="claro"></span>'
|
' <span id="toolbar" class="claro"></span>' +
|
||||||
+ '</div>';
|
'</div>';
|
||||||
$('#controls').append(odfToolbarHtml);
|
$('#controls').append(odfToolbarHtml);
|
||||||
|
|
||||||
$('#office-content').addClass('wide');
|
$('#office-content').addClass('wide');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user