Comment 3 for bug 1843357

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/10322
Committed: https://git.mahara.org/mahara/mahara/commit/15ed3e6e118a3ecd861d20611317e835e1e54420
Submitter: Cecilia Vela Gurovic (<email address hidden>)
Branch: master

commit 15ed3e6e118a3ecd861d20611317e835e1e54420
Author: Rebecca Blundell <email address hidden>
Date: Tue Sep 10 12:44:52 2019 +1200

Bug 1843357: Remove deprecated jquery selectors

These are:
:first -> .first() or css first-child
:last -> .last() or css last-child
:eq -> .eq() or css nth-of-type(n)
:even -> css nth-child(odd) (odd because we're
going from 0->1 based indexing)
And these which were not found in Mahara:
:odd
:gt
:lt

Change-Id: I512db61de687f9ea3d7a31b1514f4aa962bcb1b0