Merge pull request #104 from Nothing4You/fix-maintenance-relative-dates

Fix relative timestamps not properly displaying dates in the future.
This commit is contained in:
Vojtěch Sajdl
2020-06-12 12:04:54 +02:00
committed by GitHub
+3 -1
View File
@@ -8,6 +8,8 @@ function timeago()
}
(function(){
jQuery.timeago.settings.allowFuture = true;
timeago();
$("body").on("click", ".navbar-toggle", function(){
@@ -27,4 +29,4 @@ function timeago()
});
});
})();