Skip to content

Commit 96e3b40

Browse files
author
MakkarLabs
committed
Update to production url
1 parent e68035e commit 96e3b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $.ajax({url:'https://www.googleapis.com/oauth2/v1/tokeninfo?access_token='+acces
2525
.fail(function(){
2626
$('body').css('background-color','whitesmoke');
2727
$('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");
2929

3030
});
3131

@@ -257,4 +257,4 @@ function setPixelHeight() {
257257
function demo() {
258258
settings.set("badgeProps",demoJSON);
259259
$("#badgeinput")[0].submit();
260-
}
260+
}

0 commit comments

Comments
 (0)