mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 10:24:45 +00:00
If action attribute is undefined, default to path.get(). Fixes #766
This commit is contained in:
parent
acc771b046
commit
7b0fa3b48c
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@
|
|||
}
|
||||
|
||||
$.mobile.changePage({
|
||||
url: url,
|
||||
url: url.length && url || path.get(),
|
||||
type: type.length && type.toLowerCase() || "get",
|
||||
data: $(this).serialize()
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue