fnp
/
ReadingsJQM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
826a74a
)
Merge pull request #6 from istrasoft/patch-1
author
Andy Matthews
<andy@commadelimited.com>
Mon, 28 May 2012 03:43:22 +0000
(20:43 -0700)
committer
Andy Matthews
<andy@commadelimited.com>
Mon, 28 May 2012 03:43:22 +0000
(20:43 -0700)
Update application.js, as of jQuery 1.7, the .live() method is deprecate...
js/application.js
patch
|
blob
|
history
diff --git
a/js/application.js
b/js/application.js
index
0f091a9
..
fc83cd7
100644
(file)
--- a/
js/application.js
+++ b/
js/application.js
@@
-2,7
+2,7
@@
jQuery Mobile Boilerplate
application.js
*/
-$(document).
live
("pageinit", function(event){
+$(document).
on
("pageinit", function(event){
// custom code goes here