From 77ea7ed75e94b67c334166d9c22e0b99ac120eb6 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 12 Feb 2014 16:54:44 +0300 Subject: [PATCH] Change page title format Ref #202 --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 7535a3a2..6cfeafd0 100644 --- a/js/documents.js +++ b/js/documents.js @@ -76,7 +76,7 @@ var documentsMain = { $(document.body).prepend(documentsMain.UI.container); // in case we are on the public sharing page we shall display the odf into the preview tag $('#preview').html(container); - $('title').text(documentsMain.UI.mainTitle + '| ' + title); + $('title').text(title + ' - ' + documentsMain.UI.mainTitle); }, hideEditor : function(){