Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on...
[ReadingsJQM.git] / js / application.js
index 0f091a9..fc83cd7 100644 (file)
@@ -2,7 +2,7 @@
        jQuery Mobile Boilerplate
        application.js
 */
-$(document).live("pageinit", function(event){
+$(document).on("pageinit", function(event){
        // custom code goes here