Files
edx-platform/common
Ben Patterson c39ebf1bc8 Wait for element to not be present. (Compatible with minor bok-choy upgrade.)
With an upcoming bok-choy upgrade, 'not-present' and
'invisible' are two distinct concepts. In the upgrade, an
invisible element must be present on the page. This commit
draws that distinction across two helper methods, one for
'invisible' and the other for 'not-present' (or, not on the page at all).
2015-07-03 06:51:25 -07:00
..
2015-02-19 19:56:52 -08:00

common
------

This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.