* Modify tips label style.

This commit is contained in:
caoyanyi
2022-01-18 05:39:54 +00:00
parent f82a59604b
commit 1f9d135210
2 changed files with 6 additions and 0 deletions

View File

@@ -221,6 +221,9 @@ $(document).ready(function()
$('#sonarProject .input-group').append(html);
$('#sonarProject #projectKey').chosen({drop_direction: 'auto'});
})
/* There has been a problem with handling the prompt label. */
$('#projectKeyLabel').remove();
})
var scheduleOption = "<option value='schedule'>" + $('#triggerType').find('[value=schedule]').text() + "</option>";

View File

@@ -208,6 +208,9 @@ $(document).ready(function()
$('#sonarProject .input-group').append(html);
$('#sonarProject #projectKey').chosen({drop_direction: 'auto'});
})
/* There has been a problem with handling the prompt label. */
$('#projectKeyLabel').remove();
})
var scheduleOption = "<option value='schedule'>" + $('#triggerType').find('[value=schedule]').text() + "</option>";