Skip to content

Commit

Permalink
updating title
Browse files Browse the repository at this point in the history
  • Loading branch information
johndbritton committed Aug 15, 2010
1 parent 427aa7f commit 602c5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/utility.js
Expand Up @@ -52,7 +52,7 @@ var pitchNight = {
$(feed).find("record").each(function(){
if($(this).find("goal"))type="Pitch";
var name = $(this).find("soft-name").text();
var goal = $(this).find("goal").text();
var goal = $(this).find("title").text();
var need = $(this).find("need").text();
switch(type){
case "Pitch":
Expand Down

0 comments on commit 602c5a2

Please sign in to comment.