mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 05:54:30 +00:00
remove muted from institution auto complete as some browsers are inserting it to the input value
This commit is contained in:
parent
e1c8dc943e
commit
92d1d4ca1a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc
|
|||
|
||||
Institutions.search $scope.userInfoForm.institution, (err, response)->
|
||||
$scope.institutions = _.map response.hits, (institution)->
|
||||
"#{institution.name} (<span class='muted'>#{institution.domain}</span>)"
|
||||
"#{institution.name} (#{institution.domain})"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue