Skip to content

Remove redundant js-timeago-pending from user activity log

What does this MR do?

Enables the skip_js feature of time_ago_with_tooltip() since the frontend was already re-initializing timeago on all the elements after it received the data from the backend.

Are there points in the code the reviewer needs to double check?

Shouldn't be

Why was this MR needed?

  • Reduces bandwidth usage (Reduced by ~3.1kb)
  • Removes redundant code
  • Happy DOM 🎈

What are the relevant issue numbers?

Closes #21063 (closed)

Screenshots (if relevant)

Before (DOM): Screen_Shot_2016-08-18_at_11.14.18_AM

After (DOM): Screen_Shot_2016-08-18_at_11.26.51_AM

Before (Bandwidth): Screen_Shot_2016-08-18_at_11.28.24_AM

After (Bandwidth): Screen_Shot_2016-08-18_at_11.29.49_AM

Does this MR meet the acceptance criteria?

Merge request reports