Skip to content

Commit

Permalink
Added as_occt=title
Browse files Browse the repository at this point in the history
  • Loading branch information
beloglazov committed Jun 2, 2012
1 parent 5800a0d commit d0f56c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified builds/zotero-scholar-citations-1.7-fx.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion chrome/content/scripts/zoteroscholarcitations.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Zotero.ScholarCitations.updateItem = function(item) {
Zotero.ScholarCitations.updateNextItem();
return;
}
var url = 'http://scholar.google.com/scholar?hl=en&as_q=' + encodeURIComponent(item.getField('title')).replace(/ /g, '+') + '&num=1';
var url = 'http://scholar.google.com/scholar?hl=en&as_q=' + encodeURIComponent(item.getField('title')).replace(/ /g, '+') + '&as_occt=title&num=1';

var date = item.getField('date');
if (date != '') {
Expand Down

0 comments on commit d0f56c8

Please sign in to comment.