Skip to content

Commit

Permalink
Fix API call
Browse files Browse the repository at this point in the history
Is key() not get_key()
  • Loading branch information
pudge committed Oct 9, 2008
1 parent f91bee0 commit 1207ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Ajax/htdocs/images/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ function inlineAdFirehose() {
return 0; // testing

var $article = Slash.Firehose.choose_article_for_next_ad();
var id = $article.article_info__get_key().key;
var id = $article.article_info__key().key;
if (!id)
return 0;

Expand Down

0 comments on commit 1207ce8

Please sign in to comment.