Skip to content

Commit

Permalink
注册完后跳转社区简介贴。
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 29, 2013
1 parent 5bd1f4f commit 11c832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var Register = {
data: JSON.stringify(requestJSONObject),
success: function(result, textStatus){
if (result.sc) {
window.location = decodeURIComponent(location.search.split("=")[1]);
window.location = "http://symphony.b3log.org/article/1360294444788";
} else {
$("#registerTip").text(result.msg).addClass("tip-error").css("border-left", "1px solid #E2A0A0");
$("#captcha").attr("src", "/captcha?code=" + Math.random());
Expand Down

0 comments on commit 11c832d

Please sign in to comment.