Skip to content

Commit

Permalink
Fixing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed May 8, 2009
1 parent 71d165b commit 3f85e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/tweetwall.js
Expand Up @@ -4,7 +4,7 @@
list.items = [];

list.push = function(items) {
items.css('display', 'none').highlight('tulip time').highlight('tuliptime').highlight('tulip_time').highlight('tech embassy')highlight('techembassy');
items.css('display', 'none').highlight('tulip time').highlight('tuliptime').highlight('tulip_time').highlight('tech embassy').highlight('techembassy');
items.each(function() {
list.items.push(this);
})
Expand Down

0 comments on commit 3f85e57

Please sign in to comment.