mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 12:48:39 -05: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:
commit
d9b7ed432e
@ -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()
|
||||
});
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user