forked from saurabh/orbit4-5
again small fix for js
Conflicts: app/views/admin/members/show.html.erb
This commit is contained in:
parent
8e7319b3c3
commit
b53a7508f5
|
@ -81,7 +81,8 @@
|
||||||
$("#google_connection div.main_text").css("opacity","1");
|
$("#google_connection div.main_text").css("opacity","1");
|
||||||
$("#google_connection div.wait_text").hide();
|
$("#google_connection div.wait_text").hide();
|
||||||
return false;
|
return false;
|
||||||
}
|
}else{
|
||||||
|
window.location.href = "/auth/google_oauth2";
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue