mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 11:24:42 +00:00
turned auto back button additions off by default. Fixes #1657. To turn auto backbuttons on, you can set the page plugin's autoBackBtn option to true per page, or globally via its configuration prototype. You can also use the data-auto-back-btn attribute on a page div.
This commit is contained in:
parent
83652dd1d0
commit
fd0819f379
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
$.widget( "mobile.page", $.mobile.widget, {
|
||||
options: {
|
||||
backBtnText: "Back",
|
||||
addBackBtn: true,
|
||||
addBackBtn: false,
|
||||
backBtnTheme: null,
|
||||
degradeInputs: {
|
||||
color: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue