Skip to content

Commit

Permalink
removing this code after confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanashraf7 committed Nov 6, 2024
1 parent 8e40853 commit 6133144
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lms/static/js/instructor_dashboard/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,7 @@
*/

name: gettext('Submitted'),
minWidth: 120,
formatter: function(row, cell, value) {
if (!value) {
return value
}
var fromNow = moment(value).fromNow()
return value.concat("<br />(", fromNow, ")")
}
minWidth: 120
}, {
id: 'duration_sec',
field: 'duration_sec',
Expand Down

0 comments on commit 6133144

Please sign in to comment.