Skip to content

Commit

Permalink
Wrong property check in order to extend the JumpTo (funcOnAfterFill i…
Browse files Browse the repository at this point in the history
…nstead of funcOnBeforeCollapse)

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Jul 25, 2015
1 parent 60f189a commit b996e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/scripts/script.js
Expand Up @@ -1240,7 +1240,7 @@ JumpTo.prototype.fillSelect = function (aBoardsAndCategories)
};

// Handle custom function hook before showing the new select.
if ('funcOnAfterFill' in this.opt)
if ('funcOnBeforeCollapse' in this.opt)
{
this.tmpMethod = this.opt.funcOnBeforeCollapse;
this.tmpMethod(this);
Expand Down

0 comments on commit b996e7e

Please sign in to comment.