Skip to content

Commit

Permalink
Merge pull request honestbleeps#38 from gavin19/master
Browse files Browse the repository at this point in the history
Add missing 'nextTip' reference in Tips/Tricks

oops.. good fix.. my bad :-\
  • Loading branch information
honestbleeps committed Dec 15, 2011
2 parents 61dbc42 + 6ad6826 commit cb9608d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/reddit_enhancement_suite.user.js
Expand Up @@ -12772,7 +12772,8 @@ modules['RESTips'] = {
onclick: modules['RESTips'].prevTip
},
{
name: "Next"
name: "Next",
onclick: modules['RESTips'].nextTip
}],
description: this.tips[i].message,
id: thisID,
Expand Down

0 comments on commit cb9608d

Please sign in to comment.