Lint errors
This commit is contained in:
@@ -1275,7 +1275,7 @@ define([
|
|||||||
setActive($val);
|
setActive($val);
|
||||||
$innerblock.scrollTop($val.position().top + $innerblock.scrollTop());
|
$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) {
|
$container.click(function (e) {
|
||||||
|
|||||||
@@ -496,7 +496,6 @@ define([
|
|||||||
editHash = Cryptpad.getEditHashFromKeys(info.channel, secret.keys);
|
editHash = Cryptpad.getEditHashFromKeys(info.channel, secret.keys);
|
||||||
}
|
}
|
||||||
|
|
||||||
var $existingButton = $bar.find('#cke_1_toolbar_collapser').hide();
|
|
||||||
if (!readOnly) {
|
if (!readOnly) {
|
||||||
// Expand / collapse the toolbar
|
// Expand / collapse the toolbar
|
||||||
var $collapse = Cryptpad.createButton(null, true);
|
var $collapse = Cryptpad.createButton(null, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user