Skip to content

Commit

Permalink
Revert "fixes june"
Browse files Browse the repository at this point in the history
This reverts commit e054cc5.
Adam Zaninovich committed May 7, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e054cc5 commit 6e5b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/js/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var june_is_coming = function() {
return (new Date).getMonth() != 4
return (new Date).getMonth() != 5
}

jQuery(function(){

0 comments on commit 6e5b89c

Please sign in to comment.