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
+2
View File
@@ -8,6 +8,8 @@ function timeago()
} }
(function(){ (function(){
jQuery.timeago.settings.allowFuture = true;
timeago(); timeago();
$("body").on("click", ".navbar-toggle", function(){ $("body").on("click", ".navbar-toggle", function(){