cloudsuite: fix octoolbar clicks
The element #octoolbar should be removed each time document is closed
This commit is contained in:
parent
57b90752c6
commit
0d69783913
@ -578,7 +578,7 @@ var documentsMain = {
|
||||
|
||||
$('footer,nav').show();
|
||||
documentsMain.UI.hideEditor();
|
||||
$(documentsMain.toolbar).remove();
|
||||
$('#ocToolbar').remove();
|
||||
documentsMain.show();
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user