lint compliance

pull/1/head
ansuz 2017-09-07 14:21:54 +02:00
parent 263c2eb2c2
commit 85003f7a23
1 changed files with 2 additions and 1 deletions

View File

@ -1410,13 +1410,14 @@ define([
.click(prepareFeedback(type))
.click(function () {
// TODO fetch pad tags before presenting dialog to user
var dialog = Cryptpad.dialog.tagPrompt([], function (tags) {
var dialog = UI.dialog.tagPrompt([], function (tags) {
if (!Array.isArray(tags)) { return; }
console.error(tags);
// TODO do something with the tags the user entered
});
document.body.appendChild(dialog);
});
break;
default:
button = $('<button>', {
'class': "fa fa-question",