aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/header.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/components/header.js')
-rw-r--r--web/src/js/components/header.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/header.js b/web/src/js/components/header.js
index 225f5b9f..998a41df 100644
--- a/web/src/js/components/header.js
+++ b/web/src/js/components/header.js
@@ -119,7 +119,7 @@ var FilterInput = React.createClass({
},
blur: function () {
this.refs.input.getDOMNode().blur();
- this.context.returnFocus && this.context.returnFocus();
+ this.returnFocus();
},
select: function () {
this.refs.input.getDOMNode().select();