diff --git a/js/documents.js b/js/documents.js index 2255fa8c..f8da9b63 100644 --- a/js/documents.js +++ b/js/documents.js @@ -171,6 +171,7 @@ var documentsMain = { }, showEditor : function(title){ + var self = this; if (documentsMain.isGuest){ // !Login page mess wih WebODF toolbars $(document.body).attr('id', 'body-user');