Skip to content

Commit

Permalink
pull commas out
Browse files Browse the repository at this point in the history
  • Loading branch information
Visnu Pitiyanuvath committed Mar 18, 2011
1 parent 5b3e7d9 commit 31dfcc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions public/javascripts/application.js
Expand Up @@ -187,6 +187,7 @@ nko.Dude.prototype.speak = function(text) {


$(function() {
// countdown
var parts, start;
parts = $('time.start').attr('datetime').split(/[-:TZ]/);
parts[1]--; // js dates :( js dates are hot dates.
Expand Down
8 changes: 4 additions & 4 deletions views/index.jade
Expand Up @@ -19,10 +19,10 @@
.now-what
| What do I do until then?
br
a( href: 'http://nodeknockout.com/' ) See last year's winners,
|
a( href: 'http://twitter.com/node_knockout' ) follow us on Twitter,
| or
a( href: 'http://nodeknockout.com/' ) See last year's winners
| ,
a( href: 'http://twitter.com/node_knockout' ) follow us on Twitter
| , or
a( href: 'http://github.com/nko/website' ) contribute to the world

footer
Expand Down

0 comments on commit 31dfcc3

Please sign in to comment.