From 0d69783913c411ec57826080bbbf3d18a76a8293 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Thu, 29 Oct 2015 21:52:52 -0400 Subject: [PATCH] cloudsuite: fix octoolbar clicks The element #octoolbar should be removed each time document is closed --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index a7301ad9..659f532b 100644 --- a/js/documents.js +++ b/js/documents.js @@ -578,7 +578,7 @@ var documentsMain = { $('footer,nav').show(); documentsMain.UI.hideEditor(); - $(documentsMain.toolbar).remove(); + $('#ocToolbar').remove(); documentsMain.show(); },