diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-05 17:08:22 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-11 09:41:15 +0100 |
commit | da80cca3a9fc255e0ebaa1f7ea2ba098725ee7c2 (patch) | |
tree | c6858bc0a9a6aec73623cf0421508b709e50b4b6 /server/sonar-web/src/main/js/apps/quality-profiles | |
parent | dda0900b46b558e6cfe0479552852fc5c9456a22 (diff) | |
download | sonarqube-da80cca3a9fc255e0ebaa1f7ea2ba098725ee7c2.tar.gz sonarqube-da80cca3a9fc255e0ebaa1f7ea2ba098725ee7c2.zip |
SONAR-10076 Impossible to create a QP using IE11
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx index ed4dbb325ac..bdc3ac85a88 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/home/CreateProfileForm.tsx @@ -176,6 +176,8 @@ export default class CreateProfileForm extends React.PureComponent<Props, State> </p> </div> ))} + {/* drop me when we stop supporting ie11 */} + <input type="hidden" name="hello-ie11" value="" /> </div> )} |