Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz
2017-04-28 11:46:24 +02:00
10 changed files with 212 additions and 7 deletions

View File

@@ -709,6 +709,10 @@ define([
});
};
var getPinLimit = common.getPinLimit = function (cb) {
cb(void 0, 10);
};
var createButton = common.createButton = function (type, rightside, data, callback) {
var button;
var size = "17px";