Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. jQuery('.fc-list-table .fc-list-heading').each(function () {
  2. jQuery(this).find(".fc-list-heading-main").html(jQuery(this).find(".fc-list-heading-main").text().split(',')[0].split(' ')[1]);
  3. });
  4. jQuery('.fc-list-table .fc-list-heading').each(function () {
  5. jQuery(this).find(".fc-list-heading-alt").html(jQuery(this).find(".fc-list-heading-alt").text().slice(0, 3));
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement