File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,12 @@ <h2>It's very simple. Just login and start to talk in your particular internet r
37
37
$ ( "#signout" ) . bind ( "click" , function ( ) { twttr . anywhere . signOut ( ) ; } ) ;
38
38
user = T . currentUser ;
39
39
40
- $ ( "#mic" ) . css ( "cursor" , "pointer" ) . click ( function ( ) { location . href = "/talk" ; } ) ;
41
- $ ( "#listen" ) . css ( "cursor" , "pointer" ) . click ( function ( ) { location . href = "/" + user . screenName ; } ) ;
40
+ $ ( "#mic" ) . css ( "cursor" , "pointer" ) . click ( function ( ) {
41
+ location . href = "/talk" ;
42
+ } ) ;
43
+ $ ( "#listen" ) . css ( "cursor" , "pointer" ) . click ( function ( ) {
44
+ location . href = "/" + user . screenName ;
45
+ } ) ;
42
46
}
43
47
else {
44
48
T ( "#login-logout" ) . connectButton ( ) ;
Original file line number Diff line number Diff line change 8
8
9
9
< div id ="profile " style ="padding: 50px; text-align: center ">
10
10
11
- </ div >
12
-
13
- < script >
14
- $ . getJSON ( 'http://api.twitter.com/1/users/show.json?screen_name=henriquegogo&callback=?' , function ( json ) {
15
- $ ( "#profile" ) . append ( json . url ) ;
16
- } ) ;
17
- </ script >
11
+ </ div >
You can’t perform that action at this time.
0 commit comments