Skip to content

Commit

Permalink
へぇーをdisabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Motonari Tsuzuki committed Jul 15, 2015
1 parent 56302b1 commit 3b8a422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/rooms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ div{
margin-top: 10px;
height: 470px;
overflow: scroll;
font-size : 35px;
}

#graphDiv{
Expand Down Expand Up @@ -87,3 +88,5 @@ div{
}
*/



2 changes: 2 additions & 0 deletions app/views/rooms/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ $("#micropost_submit").click(function(){

$("#wow").click(function(){
//var content = $("#MpInput").val();
$("#wow").addClass("disabled");
setTimeout('$("#wow").removeClass("disabled")', 10000);
$.ajax({
url:location.protocol+"//" + location.host +"/users/"+uuid+".json",//uuid
type:'patch',
Expand Down

0 comments on commit 3b8a422

Please sign in to comment.