mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix XXX comment
This commit is contained in:
parent
906cd1cb15
commit
0fb82aa688
@ -56,8 +56,8 @@ define([
|
||||
jKanban,
|
||||
Export)
|
||||
{
|
||||
Messages.kanban_showTags = 'See all tags'; //XX
|
||||
Messages.kanban_hideTags = 'See less tags'; //XX
|
||||
Messages.kanban_showTags = 'See all tags'; // XXX
|
||||
Messages.kanban_hideTags = 'See less tags'; // XXX
|
||||
|
||||
var verbose = function (x) { console.log(x); };
|
||||
verbose = function () {}; // comment out to enable verbose logging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user