Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Flotype/jazzroom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridatta Thatipamala authored and Sridatta Thatipamala committed Mar 10, 2011
2 parents 5231671 + a6ce67d commit ecdd80e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ html, body {
}

#head {
height: 150px;
height: 100px;
padding-top: 50px;
padding-left: 150px;
background: url("/images/logo.png") left center no-repeat;
}

Expand Down
Binary file added public/images/by.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/js/jazz.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ function connected() {
}
});

$("#vailmsg").fadeOut(300, function(){
$("#vailmsg").fadeOut(200, function(){
$(this).text("You're playing the " + instrument);
$(this).fadeIn(300, function(){
$("#vail").delay(700).fadeOut(300).remove();
$("#vail").delay(1000).fadeOut(300).remove();
});
});

Expand Down
6 changes: 4 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
</head>

<body>
<div id="vail"><span id="vailmsg">Connecting...</span></div>
<div id="vail"><span id="vailmsg">We're finding a room for you...</span></div>
<div id="wrap">
<div id="head"></div>
<div id="head">
<a href="http://nowjs.com"><img src="/images/by.png" id="by"></a>
</div>
<div id="main">
<div id="instruments">
<div id="piano"></div>
Expand Down

0 comments on commit ecdd80e

Please sign in to comment.