Merge branch '42316-26' of git://github.com/samhemelryk/moodle
[moodle.git] / theme / mymobile / readme_moodle.txt
blob99d4fcf14ad4f228178b80539947b23a22835e2e
1 MyMobile Theme
2 ==============
4 jQuery Mobile listview hack
5 ---------------------------
7 The jQuery Mobile library (jquery.mobile-[...].js) includes a custom hack to
8 allow lisview elements to have a their <a> not as direct child of <li>. This
9 is used for activities which encapsulate the <a> in several divs.
11 Run the following command to view the hack:
12     git show 3b84abce6ab7ff3862cd92c7d74ce0e8578004b3
14 Remember to place this hack in the library when you update it. Also, we often
15 forget that activities can be listed on the front page too, please test the
16 theme in both a course and the front page.