moodle/theme/mymobile/readme_moodle.txt
Damyon Wiese 01ac2cd813 Revert "MDL-33934 theme_mymobile: Updates to CSS & Javascript - including MDL-38072 removing css/js for collapsed topic."
This reverts commit 7e6c6743028ec5e6b5957eb3f7ab0750c308f440.
This reverts commit c443c95c016bff151e4c78692d9ba1d326dc2a11.

This issue needs more work and will be delayed.
2013-02-28 14:06:32 +08:00

17 lines
605 B
Plaintext

MyMobile Theme
==============
jQuery Mobile listview hack
---------------------------
The jQuery Mobile library (jquery.mobile-[...].js) includes a custom hack to
allow lisview elements to have a their <a> not as direct child of <li>. This
is used for activities which encapsulate the <a> in several divs.
Run the following command to view the hack:
git show 3b84abce6ab7ff3862cd92c7d74ce0e8578004b3
Remember to place this hack in the library when you update it. Also, we often
forget that activities can be listed on the front page too, please test the
theme in both a course and the front page.