again small fix for js

Conflicts:
	app/views/admin/members/show.html.erb
This commit is contained in:
Harry Bomrah 2015-03-04 20:36:03 +08:00
parent 8e7319b3c3
commit b53a7508f5
1 changed files with 2 additions and 1 deletions

View File

@ -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>