fix note not visible in send tab

This commit is contained in:
Gabriel Bazán 2016-02-01 14:03:38 -03:00
commit 1d3f7345a3
2 changed files with 3 additions and 3 deletions

View file

@ -488,7 +488,7 @@
<div class="input">
<textarea id="comment" ng-disabled="home.blockUx" name="comment"
ng-maxlength="500" ng-model="_comment" ng-focus="home.formFocus('msg')"
ng-blur="home.formFocus(false)" ng-click="home.scrollUp('comment')"></textarea>
ng-blur="home.formFocus(false)"></textarea>
</div>
</div>
</div>