Skip to content

Commit

Permalink
use href right
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Neale committed Sep 16, 2017
1 parent 8b22804 commit 5ed47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -49,7 +49,7 @@ function run(db) {

$("p.phrase-list a").each(function () {

var phraseLink = $(this).href();
var phraseLink = $(this).href;

fetchPage(BASE_URL + phraseLink, function (phraseBody) {

Expand Down

0 comments on commit 5ed47ee

Please sign in to comment.