File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $.ajax({url:'https://www.googleapis.com/oauth2/v1/tokeninfo?access_token='+acces
25
25
. fail ( function ( ) {
26
26
$ ( 'body' ) . css ( 'background-color' , 'whitesmoke' ) ;
27
27
$ ( 'body' ) . html ( '<p style="font-size:20px; text-align:center; margin-top:100px">Checking Google Login status</p>' ) ;
28
- location . href = "https://accounts.google.com/o/oauth2/auth?response_type=token&client_id=" + encodeURIComponent ( client_id ) + "&scope=" + encodeURIComponent ( scope ) + "&redirect_uri=" + encodeURIComponent ( "http://makkarlabs.in/preprod/ badgeit/start.html" ) ;
28
+ location . href = "https://accounts.google.com/o/oauth2/auth?response_type=token&client_id=" + encodeURIComponent ( client_id ) + "&scope=" + encodeURIComponent ( scope ) + "&redirect_uri=" + encodeURIComponent ( "http://makkarlabs.in/badgeit/start.html" ) ;
29
29
30
30
} ) ;
31
31
@@ -257,4 +257,4 @@ function setPixelHeight() {
257
257
function demo ( ) {
258
258
settings . set ( "badgeProps" , demoJSON ) ;
259
259
$ ( "#badgeinput" ) [ 0 ] . submit ( ) ;
260
- }
260
+ }
You can’t perform that action at this time.
0 commit comments