Fix the taildoc bug

This commit is contained in:
yflory
2016-12-22 11:02:12 +01:00
parent 87abfff66b
commit 1772cc93c8
2 changed files with 4 additions and 2 deletions

View File

@@ -139,6 +139,8 @@ define([
});
};
displayCreateButtons();
Cryptpad.ready(function () {
console.log("ready");
@@ -149,7 +151,6 @@ define([
DecorateToolbar.main($('#bottom-bar'));
Cryptpad.styleAlerts();
displayCreateButtons();
refreshTable();
if (Cryptpad.store && Cryptpad.store.change) {
Cryptpad.store.change(function (data) {