File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments