Changed pathing to root relative. Added mobileinit.js.
[ReadingsJQM.git] / js / mobileinit.js
1 /* 
2         jQuery Mobile Boilerplate
3         mobileinit.js
4         http://jquerymobile.com/demos/1.0.1/docs/api/globalconfig.html
5
6         This file is only required if you need to apply overrides to the
7         page before anything else has run. It MUST be loaded before
8         the jQuery Mobile javascript file.
9 */
10 $(document).bind('mobileinit', function(event){
11         // apply overrides here
12
13
14
15 });