Skip to content

Commit ebd92f6

Browse files
author
Pat Patterson
committed
Remove back button from account list
1 parent 860ac21 commit ebd92f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

phonegap.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
<script type="text/javascript" src="phonegap.0.9.5.min.js"></script>
4747
<script type="text/javascript" src="ChildBrowser.js"></script>
4848
<script type="text/javascript">
49-
// OAuth Configuration
50-
var loginUrl = 'https://login.salesforce.com/';
51-
var clientId = '3MVG9Km_cBLhsuPzTtcGHsZpj9HSp.uUwbHupEXhWi6k3JJphEv8swpsUYIFCZSLp8pi7YYMbRjeQUxptYdIt';
52-
var redirectUri = 'https://login.salesforce.com/services/oauth2/success';
53-
54-
// We'll get an instance of the REST API client in a callback after we do
55-
// OAuth
56-
var client = null;
57-
49+
// OAuth Configuration
50+
var loginUrl = 'https://login.salesforce.com/';
51+
var clientId = '3MVG9Km_cBLhsuPzTtcGHsZpj9HSp.uUwbHupEXhWi6k3JJphEv8swpsUYIFCZSLp8pi7YYMbRjeQUxptYdIt';
52+
var redirectUri = 'https://login.salesforce.com/services/oauth2/success';
53+
54+
// We'll get an instance of the REST API client in a callback after we do
55+
// OAuth
56+
var client = null;
57+
5858
// Make our own startsWith utility fn
5959
String.prototype.startsWith = function(str){
6060
return (this.substr(0, str.length) === str);
@@ -135,7 +135,7 @@ <h4>Force.com</h4>
135135
</div>
136136
</div>
137137
<div data-role="page" data-theme="b" id="mainpage">
138-
<div data-role="header">
138+
<div data-role="header" data-backbtn="false">
139139
<h1>Account List</h1>
140140
</div>
141141
<div data-role="content">

0 commit comments

Comments
 (0)