Skip to content

Commit

Permalink
Revert "Fix datetime in munkireport tab"
Browse files Browse the repository at this point in the history
This reverts commit 9c60f49.
  • Loading branch information
bochoven committed Jun 18, 2014
1 parent 9c60f49 commit 352fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/client/munki_tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<script>
$(document).ready(function() {
$( "table time" ).each(function( index ) {
$(this).html(moment($(this).attr('datetime'), "YYYY-MM-DD HH:mm:ss Z").fromNow());
$(this).html(moment($(this).attr('datetime')).fromNow());
});
});
</script>
Expand Down

0 comments on commit 352fc3d

Please sign in to comment.