Skip to content

Commit

Permalink
Delete a line that I don't think should have been there
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstieJane committed Oct 12, 2016
1 parent 9f5914e commit b1f506c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ function showPop(id){
pop.find(".speaker-photo").show();
pop.find(".speaker-photo img").attr("src",value);
pop.find(".large-photo .photo").css("background-image","url(" + value + ")");
pop.find(".large-photo .photo").css("width","200px");
}
}

Expand Down

0 comments on commit b1f506c

Please sign in to comment.