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

This commit is contained in:
psychobunny
2017-05-05 19:20:37 -04:00
parent c330218920
commit 76a2b4800b

View File

@@ -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);