From da92304323251e8779efa54b2c7014ca858c6dc2 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Wed, 28 Oct 2015 17:32:58 -0400 Subject: [PATCH] cloudsuite: fix close button --- js/documents.js | 1 + 1 file changed, 1 insertion(+) 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');