Bugfixes
This commit is contained in:
parent
7109abeea2
commit
17e50573d6
6 changed files with 36 additions and 17 deletions
|
|
@ -28,6 +28,7 @@ $(function(){
|
|||
};
|
||||
})($.fn.attr);
|
||||
|
||||
// converts all timestamps to human readable time and date
|
||||
$.fn.relTimestamp = function() {
|
||||
return this.each(function() {
|
||||
var timestamp = parseInt($(this).text());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue