summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 113183ad1..56337a2fe 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1712,7 +1712,7 @@ app.directive('newsAutoFocus', ["$timeout", function ($timeout) {
// to combat $digest already in process error when route changes
$timeout(function () {
- toFocus.focus();
+ toFocus.focus();
}, 0);
};
}]);