Skip to content

Commit

Permalink
Changed nra(items) to nra(items, 1, 1).
Browse files Browse the repository at this point in the history
It's used to avoid mouse over highlights.
  • Loading branch information
Jag Talon committed Dec 27, 2012
1 parent 7fce0bd commit b5eefde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/spice/sound_cloud/spice.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ function ddg_spice_sound_cloud(sc) {

items[0] = {
a: snippet,
h: "Sound Cloud (" + res.title + ")",
h: res.title + " (Sound Cloud)",
s: "SoundCloud",
u: res.permalink_url,
f: true,
force_big_header: true
};

// The rendering function is `nra`.
nra(items);
nra(items, 1, 1);
}
}

0 comments on commit b5eefde

Please sign in to comment.