Skip to content

Commit

Permalink
增加提交处理
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 19, 2015
1 parent f8a77e5 commit 605e4fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/tracelogs/combination.js.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$('#combinationresult').html("<%= escape_javascript(render(:partial=>'combinationgame/combination', :object=>@result)) %>");
resetcoin();
1 change: 1 addition & 0 deletions app/views/tracelogs/double.js.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$('#doubleresult').html("<%= escape_javascript(render(:partial=>'doublegame/doublegame', :object=>@result)) %>");
resetcoin();
1 change: 1 addition & 0 deletions app/views/tracelogs/single.js.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$('#singleresult').html("<%= escape_javascript(render(:partial=>'singlegame/singlegame', :object=>@result)) %>");
resetcoin();

0 comments on commit 605e4fb

Please sign in to comment.