Changed pathing to root relative. Added mobileinit.js.
[ReadingsJQM.git] / js / mobileinit.js
diff --git a/js/mobileinit.js b/js/mobileinit.js
new file mode 100644 (file)
index 0000000..2721829
--- /dev/null
@@ -0,0 +1,15 @@
+/* 
+       jQuery Mobile Boilerplate
+       mobileinit.js
+       http://jquerymobile.com/demos/1.0.1/docs/api/globalconfig.html
+
+       This file is only required if you need to apply overrides to the
+       page before anything else has run. It MUST be loaded before
+       the jQuery Mobile javascript file.
+*/
+$(document).bind('mobileinit', function(event){
+       // apply overrides here
+
+
+
+});
\ No newline at end of file