cloudsuite: fix octoolbar clicks

The element #octoolbar should be removed each time document
is closed
pull/1/head
Henry Castro 9 years ago
parent 57b90752c6
commit 0d69783913

@ -578,7 +578,7 @@ var documentsMain = {
$('footer,nav').show(); $('footer,nav').show();
documentsMain.UI.hideEditor(); documentsMain.UI.hideEditor();
$(documentsMain.toolbar).remove(); $('#ocToolbar').remove();
documentsMain.show(); documentsMain.show();
}, },

Loading…
Cancel
Save