mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-08-14 23:53:39 -04:00
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:
+3
-1
@@ -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(){
|
||||||
@@ -27,4 +29,4 @@ function timeago()
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user