mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
93a285baa5
commit
dcc6f689fb
@ -374,7 +374,7 @@ commands.SET_BEARER_SECRET = function (Env, args) {
|
||||
};
|
||||
|
||||
// [<command>, <args>, <author>, <time>]
|
||||
var handleCommand = Decrees.handleCommand = function (Env, line, cb) {
|
||||
var handleCommand = Decrees.handleCommand = function (Env, line) {
|
||||
var command = line[0];
|
||||
var args = line[1];
|
||||
|
||||
|
||||
@ -2236,7 +2236,7 @@ define([
|
||||
};
|
||||
var $userAdmin = UIElements.createDropdown(dropdownConfigUser);
|
||||
|
||||
var $survey = $userAdmin.find('.cp-toolbar-survey').parent();;
|
||||
var $survey = $userAdmin.find('.cp-toolbar-survey').parent();
|
||||
var $surveyHr = $survey.next('[role="separator"]');
|
||||
if (!surveyURL) {
|
||||
$survey.hide();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user