Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Woeltjen <victor.woeltjen@nasa.gov>2015-10-09 01:06:35 +0300
committerVictor Woeltjen <victor.woeltjen@nasa.gov>2015-10-09 01:06:35 +0300
commit1ea23e53e7876483d30294ff453928f4a2939bd9 (patch)
tree9411160e02ce68f8bcefb4340c3920dfbe832ba0
parentf6c66248c87c16a58f55a74c1ad6773b9433b768 (diff)
[CLI] Auto-focuscli
-rw-r--r--ideas/cli/res/templates/cli.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ideas/cli/res/templates/cli.html b/ideas/cli/res/templates/cli.html
index c5376b272..d24d23492 100644
--- a/ideas/cli/res/templates/cli.html
+++ b/ideas/cli/res/templates/cli.html
@@ -7,7 +7,7 @@
</span>
</div>
<form ng-submit="enter(stdin)">
- <input type="text" class="iw-stdin" ng-model="stdin" cli-grabfocus>
+ <input type="text" class="iw-stdin" ng-model="stdin" autofocus>
</form>
</div>
<mct-include key="'bottombar'"></mct-include>