summaryrefslogtreecommitdiffstats
path: root/js/directive/NewsAutoFocus.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/directive/NewsAutoFocus.js')
-rw-r--r--js/directive/NewsAutoFocus.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/directive/NewsAutoFocus.js b/js/directive/NewsAutoFocus.js
index 0fa4a77c7..422df4d78 100644
--- a/js/directive/NewsAutoFocus.js
+++ b/js/directive/NewsAutoFocus.js
@@ -18,7 +18,7 @@ app.directive('newsAutoFocus', function ($timeout) {
// to combat $digest already in process error when route changes
$timeout(function () {
- toFocus.focus();
+ toFocus.focus();
}, 0);
};
}); \ No newline at end of file