Lint errors

This commit is contained in:
yflory 2017-06-29 18:05:34 +02:00
parent 8abc94d37b
commit ed0121d172
2 changed files with 1 additions and 2 deletions

View file

@ -1275,7 +1275,7 @@ define([
setActive($val);
$innerblock.scrollTop($val.position().top + $innerblock.scrollTop());
}
if (config.feedback) { Cryptpad.feedback(config.feedback); }
if (config.feedback) { common.feedback(config.feedback); }
};
$container.click(function (e) {

View file

@ -496,7 +496,6 @@ define([
editHash = Cryptpad.getEditHashFromKeys(info.channel, secret.keys);
}
var $existingButton = $bar.find('#cke_1_toolbar_collapser').hide();
if (!readOnly) {
// Expand / collapse the toolbar
var $collapse = Cryptpad.createButton(null, true);