X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=POLICY-SDK-APP%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FpolicyApp%2FCSS%2Fselect.js;h=d21e749ee5a85e186041cead59340b163131e076;hb=073cc188efe9abb4c010cf674e34e2cf46ef1c52;hp=e832143583ba4808b97fba7bf50caacd01e1eb64;hpb=a330af579866dacbe595e2e4ad1dd29cd3c96945;p=policy%2Fengine.git diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js index e83214358..d21e749ee 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js @@ -1183,7 +1183,7 @@ uis.directive('uiSelectMultiple', ['uiSelectMinErr','$timeout', function(uiSelec }); scope.$watch('$select.disabled', function(newValue, oldValue) { - // As the search input field may now become visible, it may be necessary to recompute its size + // As the search input field may now become visible, it may be necessary to ronapute its size if (oldValue && !newValue) $select.sizeSearchInput(); });