Change page title format Ref #202
This commit is contained in:
parent
e3f6e4d48a
commit
77ea7ed75e
@ -76,7 +76,7 @@ var documentsMain = {
|
|||||||
$(document.body).prepend(documentsMain.UI.container);
|
$(document.body).prepend(documentsMain.UI.container);
|
||||||
// in case we are on the public sharing page we shall display the odf into the preview tag
|
// in case we are on the public sharing page we shall display the odf into the preview tag
|
||||||
$('#preview').html(container);
|
$('#preview').html(container);
|
||||||
$('title').text(documentsMain.UI.mainTitle + '| ' + title);
|
$('title').text(title + ' - ' + documentsMain.UI.mainTitle);
|
||||||
},
|
},
|
||||||
|
|
||||||
hideEditor : function(){
|
hideEditor : function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user