add back timeago.allowFuture so we can notify when a ban will expire

v1.18.x
psychobunny 8 years ago
parent c330218920
commit 76a2b4800b

@ -117,6 +117,8 @@ if (typeof window !== 'undefined') {
$.timeago.settings.cutoff = 1000 * 60 * 60 * 24 * (parseInt(config.timeagoCutoff, 10) || 30);
}
$.timeago.settings.allowFuture = true;
$.fn.timeago = function () {
var els = $(this);

Loading…
Cancel
Save