File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,10 @@ <h1>hello( box )</h1>
43
43
44
44
< p > Initiate box client</ p >
45
45
46
- < script >
47
- var BOX_CLIENT_ID = {
48
- 'local.knarly.com' : 'rdyb5se2fcuioryle3qdw2wcrps959x4' ,
49
- 'adodson.com' : '264d13a33ba845f396a152cc326e6f5d'
50
- } [ window . location . hostname ] ;
51
- </ script >
52
46
53
47
< script class ="pre ">
54
48
hello . init ( {
55
- box : BOX_CLIENT_ID
49
+ box : 'rdyb5se2fcuioryle3qdw2wcrps959x4'
56
50
} , {
57
51
redirect_uri :'../redirect.html' ,
58
52
response_type :'code'
Original file line number Diff line number Diff line change @@ -23,10 +23,15 @@ <h2>HelloJS already has you connected</h2>
23
23
</ tr >
24
24
</ thead >
25
25
< tbody >
26
- < tr >
27
- < td > < a href ="./src/modules/bikeindex.js "> bikeindex.js</ a > </ td >
28
- < td > < a href ="demos/bikeindex.html "> Bike Index demo</ a > </ td >
29
- < td > </ td >
26
+ < tr >
27
+ < td > < a href ="./src/modules/box.js "> box.js</ a > </ td >
28
+ < td > < a href ="demos/box.html "> Box.com demo</ a > </ td >
29
+ < td > </ td >
30
+ </ tr >
31
+ < tr >
32
+ < td > < a href ="./src/modules/bikeindex.js "> bikeindex.js</ a > </ td >
33
+ < td > < a href ="demos/bikeindex.html "> Bike Index demo</ a > </ td >
34
+ < td > </ td >
30
35
</ tr >
31
36
< tr >
32
37
< td > < a href ="./src/modules/dropbox.js "> dropbox.js</ a > </ td >
You can’t perform that action at this time.
0 commit comments