Skip to content

Commit

Permalink
fix set shortid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Jan 4, 2016
1 parent c2e3fb6 commit 15f9899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(function(){
socket.emit('request shortid', true);
}
else {
socket.emit('set shortid', true);
socket.emit('set shortid', shortid);
setMailAddress(shortid);
}
}
Expand Down

0 comments on commit 15f9899

Please sign in to comment.