mirror of https://github.com/xwiki-labs/cryptpad
remove more XXX notes
This commit is contained in:
parent
f0b707e54d
commit
8786c5a618
|
@ -128,7 +128,7 @@ body {
|
|||
}
|
||||
}
|
||||
footer {
|
||||
@footer-color: #d9d9d9; // XXX use/make variable
|
||||
@footer-color: #d9d9d9; // FIXME use/make variable
|
||||
|
||||
background-color: @footer-color;
|
||||
padding-top: 20px;
|
||||
|
|
|
@ -37,7 +37,7 @@ define([
|
|||
var onReadyEvt = Util.mkEvent(true);
|
||||
var onCacheReadyEvt = Util.mkEvent(true);
|
||||
|
||||
// XXX Number of days before deleting the cache for a channel or blob
|
||||
// Number of days before deleting the cache for a channel or blob
|
||||
var CACHE_MAX_AGE = 90; // DAYS
|
||||
|
||||
// Default settings for new users
|
||||
|
|
Loading…
Reference in New Issue